Show / Hide Table of Contents

Class TextResource.SynthesizeRequest

Synthesizes speech synchronously: receive results after all text input has been processed.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<SynthesizeSpeechResponse>
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>
TextResource.SynthesizeRequest
Implements
IClientServiceRequest<SynthesizeSpeechResponse>
IClientServiceRequest
Inherited Members
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.Xgafv
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.AccessToken
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.Alt
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.Callback
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.Fields
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.Key
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.OauthToken
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.PrettyPrint
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.QuotaUser
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.UploadType
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.UploadProtocol
ClientServiceRequest<SynthesizeSpeechResponse>.Execute()
ClientServiceRequest<SynthesizeSpeechResponse>.ExecuteAsStream()
ClientServiceRequest<SynthesizeSpeechResponse>.ExecuteAsync()
ClientServiceRequest<SynthesizeSpeechResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<SynthesizeSpeechResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<SynthesizeSpeechResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<SynthesizeSpeechResponse>.CreateRequest(bool?)
ClientServiceRequest<SynthesizeSpeechResponse>.GenerateRequestUri()
ClientServiceRequest<SynthesizeSpeechResponse>.GetDefaultETagAction(string)
ClientServiceRequest<SynthesizeSpeechResponse>.ETagAction
ClientServiceRequest<SynthesizeSpeechResponse>.ModifyRequest
ClientServiceRequest<SynthesizeSpeechResponse>.ValidateParameters
ClientServiceRequest<SynthesizeSpeechResponse>.ApiVersion
ClientServiceRequest<SynthesizeSpeechResponse>.RequestParameters
ClientServiceRequest<SynthesizeSpeechResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<SynthesizeSpeechResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<SynthesizeSpeechResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<SynthesizeSpeechResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<SynthesizeSpeechResponse>.GetBody()

InitParameters()

Initializes Synthesize parameter list.

Declaration
protected override void InitParameters()
Overrides
TexttospeechBaseServiceRequest<SynthesizeSpeechResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX