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
System.Object
LongRunningRecognizeResponse
Implements
Google.Apis.Requests.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.v2beta1.Data
Assembly: Google.Apis.Speech.v2beta1.dll
Syntax
public class LongRunningRecognizeResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Results
Output only. 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 |
---|---|
System.Collections.Generic.IList<SpeechRecognitionResult> |
Implements
Google.Apis.Requests.IDirectResponseSchema