Show / Hide Table of Contents

Class LongRunningRecognizeRequest

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

Inheritance
System.Object
LongRunningRecognizeRequest
Implements
IDirectResponseSchema
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 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
System.String

Implements

IDirectResponseSchema
Back to top