Class TextResource.SynthesizeRequest
Synthesizes speech synchronously: receive results after all text input has been processed.
Inheritance
TextResource.SynthesizeRequest
Inherited Members
Namespace: Google.Apis.Texttospeech.v1
Assembly: Google.Apis.Texttospeech.v1.dll
Syntax
public class TextResource.SynthesizeRequest : TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>, IClientServiceRequest<SynthesizeSpeechResponse>, IClientServiceRequest
Constructors
SynthesizeRequest(IClientService, SynthesizeSpeechRequest)
Constructs a new Synthesize request.
Declaration
public SynthesizeRequest(IClientService service, SynthesizeSpeechRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SynthesizeSpeechRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Synthesize parameter list.
Declaration
protected override void InitParameters()