Class LongRunningRecognizeRequest
The top-level message sent by the client for the LongRunningRecognize
method.
Implements
Inherited Members
Namespace: Google.Apis.Speech.v1p1beta1.Data
Assembly: Google.Apis.Speech.v1p1beta1.dll
Syntax
public class LongRunningRecognizeRequest : 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 |
---|---|
string |
OutputConfig
Optional. Specifies an optional destination for the recognition results.
Declaration
[JsonProperty("outputConfig")]
public virtual TranscriptOutputConfig OutputConfig { get; set; }
Property Value
Type | Description |
---|---|
TranscriptOutputConfig |