Show / Hide Table of Contents

Class LongRunningRecognizeRequest

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

Inheritance
object
LongRunningRecognizeRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX