Cloud Speech-to-Text v2 API - Class GetRecognizerRequest (1.0.0-beta09)

public sealed class GetRecognizerRequest : IMessage<GetRecognizerRequest>, IEquatable<GetRecognizerRequest>, IDeepCloneable<GetRecognizerRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Speech-to-Text v2 API class GetRecognizerRequest.

Request message for the [GetRecognizer][google.cloud.speech.v2.Speech.GetRecognizer] method.

Inheritance

object > GetRecognizerRequest

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

GetRecognizerRequest()

public GetRecognizerRequest()

GetRecognizerRequest(GetRecognizerRequest)

public GetRecognizerRequest(GetRecognizerRequest other)
Parameter
NameDescription
otherGetRecognizerRequest

Properties

Name

public string Name { get; set; }

Required. The name of the Recognizer to retrieve. The expected format is projects/{project}/locations/{location}/recognizers/{recognizer}.

Property Value
TypeDescription
string

RecognizerName

public RecognizerName RecognizerName { get; set; }

RecognizerName-typed view over the Name resource name property.

Property Value
TypeDescription
RecognizerName