Cloud Speech-to-Text v2 API - Class UpdateRecognizerRequest (1.0.0)

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

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

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

Inheritance

object > UpdateRecognizerRequest

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

UpdateRecognizerRequest()

public UpdateRecognizerRequest()

UpdateRecognizerRequest(UpdateRecognizerRequest)

public UpdateRecognizerRequest(UpdateRecognizerRequest other)
Parameter
NameDescription
otherUpdateRecognizerRequest

Properties

Recognizer

public Recognizer Recognizer { get; set; }

Required. The Recognizer to update.

The Recognizer's name field is used to identify the Recognizer to update. Format: projects/{project}/locations/{location}/recognizers/{recognizer}.

Property Value
TypeDescription
Recognizer

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to update. If empty, all non-default valued fields are considered for update. Use * to update the entire Recognizer resource.

Property Value
TypeDescription
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

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

Property Value
TypeDescription
bool