Cloud Speech-to-Text v2 API - Class UndeleteRecognizerRequest (1.2.0)

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

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

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

Inheritance

object > UndeleteRecognizerRequest

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

UndeleteRecognizerRequest()

public UndeleteRecognizerRequest()

UndeleteRecognizerRequest(UndeleteRecognizerRequest)

public UndeleteRecognizerRequest(UndeleteRecognizerRequest other)
Parameter
Name Description
other UndeleteRecognizerRequest

Properties

Etag

public string Etag { get; set; }

This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

Property Value
Type Description
string

Name

public string Name { get; set; }

Required. The name of the Recognizer to undelete. Format: projects/{project}/locations/{location}/recognizers/{recognizer}

Property Value
Type Description
string

RecognizerName

public RecognizerName RecognizerName { get; set; }

RecognizerName-typed view over the Name resource name property.

Property Value
Type Description
RecognizerName

ValidateOnly

public bool ValidateOnly { get; set; }

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

Property Value
Type Description
bool