public static class TextToSpeechLongAudioSynthesizeReference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class TextToSpeechLongAudioSynthesize.
Service that implements Google Cloud Text-to-Speech API.
Namespace
Google.Cloud.TextToSpeech.V1Beta1Assembly
Google.Cloud.TextToSpeech.V1Beta1.dll
Methods
BindService(TextToSpeechLongAudioSynthesizeBase)
public static ServerServiceDefinition BindService(TextToSpeechLongAudioSynthesize.TextToSpeechLongAudioSynthesizeBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
TextToSpeechLongAudioSynthesizeTextToSpeechLongAudioSynthesizeBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, TextToSpeechLongAudioSynthesizeBase)
public static void BindService(ServiceBinderBase serviceBinder, TextToSpeechLongAudioSynthesize.TextToSpeechLongAudioSynthesizeBase serviceImpl)Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
| Parameters | |
|---|---|
| Name | Description |
serviceBinder |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
TextToSpeechLongAudioSynthesizeTextToSpeechLongAudioSynthesizeBaseAn object implementing the server-side handling logic. |