Show / Hide Table of Contents

Class VoicesResource.ListRequest

Returns a list of Voice supported for synthesis.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListVoicesResponse>
TexttospeechBaseServiceRequest<ListVoicesResponse>
VoicesResource.ListRequest
Implements
IClientServiceRequest<ListVoicesResponse>
IClientServiceRequest
Inherited Members
TexttospeechBaseServiceRequest<ListVoicesResponse>.Xgafv
TexttospeechBaseServiceRequest<ListVoicesResponse>.AccessToken
TexttospeechBaseServiceRequest<ListVoicesResponse>.Alt
TexttospeechBaseServiceRequest<ListVoicesResponse>.Callback
TexttospeechBaseServiceRequest<ListVoicesResponse>.Fields
TexttospeechBaseServiceRequest<ListVoicesResponse>.Key
TexttospeechBaseServiceRequest<ListVoicesResponse>.OauthToken
TexttospeechBaseServiceRequest<ListVoicesResponse>.PrettyPrint
TexttospeechBaseServiceRequest<ListVoicesResponse>.QuotaUser
TexttospeechBaseServiceRequest<ListVoicesResponse>.UploadType
TexttospeechBaseServiceRequest<ListVoicesResponse>.UploadProtocol
ClientServiceRequest<ListVoicesResponse>.Execute()
ClientServiceRequest<ListVoicesResponse>.ExecuteAsStream()
ClientServiceRequest<ListVoicesResponse>.ExecuteAsync()
ClientServiceRequest<ListVoicesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListVoicesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListVoicesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListVoicesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListVoicesResponse>.GenerateRequestUri()
ClientServiceRequest<ListVoicesResponse>.GetBody()
ClientServiceRequest<ListVoicesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListVoicesResponse>.ETagAction
ClientServiceRequest<ListVoicesResponse>.ModifyRequest
ClientServiceRequest<ListVoicesResponse>.ValidateParameters
ClientServiceRequest<ListVoicesResponse>.ApiVersion
ClientServiceRequest<ListVoicesResponse>.RequestParameters
ClientServiceRequest<ListVoicesResponse>.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 VoicesResource.ListRequest : TexttospeechBaseServiceRequest<ListVoicesResponse>, IClientServiceRequest<ListVoicesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

LanguageCode

Optional. Recommended. BCP-47 language tag. If not specified, the API will return all supported voices. If specified, the ListVoices call will only return voices that can be used to synthesize this language_code. For example, if you specify "en-NZ", all "en-NZ" voices will be returned. If you specify "no", both "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices will be returned.

Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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