Show / Hide Table of Contents

Class LongRunningRecognizeResponse

The only message returned to the client by the LongRunningRecognize method. It contains the result as zero or more sequential SpeechRecognitionResult messages. It is included in the result.response field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

Inheritance
object
LongRunningRecognizeResponse
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 LongRunningRecognizeResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OutputConfig

Original output config if present in the request.

Declaration
[JsonProperty("outputConfig")]
public virtual TranscriptOutputConfig OutputConfig { get; set; }
Property Value
Type Description
TranscriptOutputConfig

OutputError

If the transcript output fails this field contains the relevant error.

Declaration
[JsonProperty("outputError")]
public virtual Status OutputError { get; set; }
Property Value
Type Description
Status

RequestId

The ID associated with the request. This is a unique ID specific only to the given request.

Declaration
[JsonProperty("requestId")]
public virtual long? RequestId { get; set; }
Property Value
Type Description
long?

Results

Sequential list of transcription results corresponding to sequential portions of audio.

Declaration
[JsonProperty("results")]
public virtual IList<SpeechRecognitionResult> Results { get; set; }
Property Value
Type Description
IList<SpeechRecognitionResult>

SpeechAdaptationInfo

Provides information on speech adaptation behavior in response

Declaration
[JsonProperty("speechAdaptationInfo")]
public virtual SpeechAdaptationInfo SpeechAdaptationInfo { get; set; }
Property Value
Type Description
SpeechAdaptationInfo

TotalBilledTime

When available, billed audio seconds for the corresponding request.

Declaration
[JsonProperty("totalBilledTime")]
public virtual object TotalBilledTime { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX