Class RecognizeRequest
The top-level message sent by the client for the Recognize method.
Inheritance
System.Object
RecognizeRequest
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Speech.v1p1beta1.Data
Assembly: Google.Apis.Speech.v1p1beta1.dll
Syntax
public class RecognizeRequest : IDirectResponseSchema
Properties
Audio
Required The audio data to be recognized.
Declaration
[JsonProperty("audio")]
public virtual RecognitionAudio Audio { get; set; }
Property Value
| Type | Description |
|---|---|
| RecognitionAudio |
Config
Required Provides information to the recognizer that specifies how to process the request.
Declaration
[JsonProperty("config")]
public virtual RecognitionConfig Config { get; set; }
Property Value
| Type | Description |
|---|---|
| RecognitionConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Optional The name of the model to use for recognition.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |