Google Cloud Speech v1p1beta1 API - Class RecognizeRequest (3.0.0-beta08)

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

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

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

Inheritance

object > RecognizeRequest

Namespace

Google.Cloud.Speech.V1P1Beta1

Assembly

Google.Cloud.Speech.V1P1Beta1.dll

Constructors

RecognizeRequest()

public RecognizeRequest()

RecognizeRequest(RecognizeRequest)

public RecognizeRequest(RecognizeRequest other)
Parameter
Name Description
other RecognizeRequest

Properties

Audio

public RecognitionAudio Audio { get; set; }

Required. The audio data to be recognized.

Property Value
Type Description
RecognitionAudio

Config

public RecognitionConfig Config { get; set; }

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

Property Value
Type Description
RecognitionConfig