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

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

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

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

Inheritance

object > CreateRecognizerRequest

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

CreateRecognizerRequest()

public CreateRecognizerRequest()

CreateRecognizerRequest(CreateRecognizerRequest)

public CreateRecognizerRequest(CreateRecognizerRequest other)
Parameter
NameDescription
otherCreateRecognizerRequest

Properties

Parent

public string Parent { get; set; }

Required. The project and location where this Recognizer will be created. The expected format is projects/{project}/locations/{location}.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

Recognizer

public Recognizer Recognizer { get; set; }

Required. The Recognizer to create.

Property Value
TypeDescription
Recognizer

RecognizerId

public string RecognizerId { get; set; }

The ID to use for the Recognizer, which will become the final component of the Recognizer's resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Property Value
TypeDescription
string

ValidateOnly

public bool ValidateOnly { get; set; }

If set, validate the request and preview the Recognizer, but do not actually create it.

Property Value
TypeDescription
bool