Class TextResource
The "text" collection of methods.
Inherited Members
Namespace: Google.Apis.Texttospeech.v1beta1
Assembly: Google.Apis.Texttospeech.v1beta1.dll
Syntax
public class TextResource
Constructors
TextResource(IClientService)
Constructs a new resource.
Declaration
public TextResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Synthesize(SynthesizeSpeechRequest)
Synthesizes speech synchronously: receive results after all text input has been processed.
Declaration
public virtual TextResource.SynthesizeRequest Synthesize(SynthesizeSpeechRequest body)
Parameters
Type | Name | Description |
---|---|---|
SynthesizeSpeechRequest | body | The body of the request. |
Returns
Type | Description |
---|---|
TextResource.SynthesizeRequest |