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.
Implements
IMessageUpdateRecognizerRequest, IEquatableUpdateRecognizerRequest, IDeepCloneableUpdateRecognizerRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
UpdateRecognizerRequest()
public UpdateRecognizerRequest()
UpdateRecognizerRequest(UpdateRecognizerRequest)
public UpdateRecognizerRequest(UpdateRecognizerRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateRecognizerRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool |