Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PhraseSetsResource.GetRequest

Get a phrase set.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<PhraseSet>
SpeechBaseServiceRequest<PhraseSet>
ProjectsResource.LocationsResource.PhraseSetsResource.GetRequest
Implements
IClientServiceRequest<PhraseSet>
IClientServiceRequest
Inherited Members
SpeechBaseServiceRequest<PhraseSet>.Xgafv
SpeechBaseServiceRequest<PhraseSet>.AccessToken
SpeechBaseServiceRequest<PhraseSet>.Alt
SpeechBaseServiceRequest<PhraseSet>.Callback
SpeechBaseServiceRequest<PhraseSet>.Fields
SpeechBaseServiceRequest<PhraseSet>.Key
SpeechBaseServiceRequest<PhraseSet>.OauthToken
SpeechBaseServiceRequest<PhraseSet>.PrettyPrint
SpeechBaseServiceRequest<PhraseSet>.QuotaUser
SpeechBaseServiceRequest<PhraseSet>.UploadType
SpeechBaseServiceRequest<PhraseSet>.UploadProtocol
ClientServiceRequest<PhraseSet>.Execute()
ClientServiceRequest<PhraseSet>.ExecuteAsStream()
ClientServiceRequest<PhraseSet>.ExecuteAsync()
ClientServiceRequest<PhraseSet>.ExecuteAsync(CancellationToken)
ClientServiceRequest<PhraseSet>.ExecuteAsStreamAsync()
ClientServiceRequest<PhraseSet>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<PhraseSet>.CreateRequest(bool?)
ClientServiceRequest<PhraseSet>.GenerateRequestUri()
ClientServiceRequest<PhraseSet>.GetBody()
ClientServiceRequest<PhraseSet>.GetDefaultETagAction(string)
ClientServiceRequest<PhraseSet>.ETagAction
ClientServiceRequest<PhraseSet>.ModifyRequest
ClientServiceRequest<PhraseSet>.ValidateParameters
ClientServiceRequest<PhraseSet>.ApiVersion
ClientServiceRequest<PhraseSet>.RequestParameters
ClientServiceRequest<PhraseSet>.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.Speech.v1p1beta1
Assembly: Google.Apis.Speech.v1p1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.PhraseSetsResource.GetRequest : SpeechBaseServiceRequest<PhraseSet>, IClientServiceRequest<PhraseSet>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the phrase set to retrieve. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set} Speech-to-Text supports three locations: global, us (US North America), and eu (Europe). If you are calling the speech.googleapis.com endpoint, use the global location. To specify a region, use a regional endpoint with matching us or eu location value.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
SpeechBaseServiceRequest<PhraseSet>.InitParameters()

Implements

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