Google Cloud Speech v1 API - Class RecognizeRequest (3.7.0)

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

Reference documentation and code samples for the Google Cloud Speech v1 API class RecognizeRequest.

The top-level message sent by the client for the Recognize method.

Inheritance

object > RecognizeRequest

Namespace

Google.Cloud.Speech.V1

Assembly

Google.Cloud.Speech.V1.dll

Constructors

RecognizeRequest()

public RecognizeRequest()

RecognizeRequest(RecognizeRequest)

public RecognizeRequest(RecognizeRequest other)
Parameter
NameDescription
otherRecognizeRequest

Properties

Audio

public RecognitionAudio Audio { get; set; }

Required. The audio data to be recognized.

Property Value
TypeDescription
RecognitionAudio

Config

public RecognitionConfig Config { get; set; }

Required. Provides information to the recognizer that specifies how to process the request.

Property Value
TypeDescription
RecognitionConfig