public sealed class BatchRecognizeResults : IMessage<BatchRecognizeResults>, IEquatable<BatchRecognizeResults>, IDeepCloneable<BatchRecognizeResults>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class BatchRecognizeResults.
Output type for Cloud Storage of BatchRecognize transcripts. Though this proto isn't returned in this API anywhere, the Cloud Storage transcripts will be this proto serialized and should be parsed as such.
Implements
IMessageBatchRecognizeResults, IEquatableBatchRecognizeResults, IDeepCloneableBatchRecognizeResults, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
BatchRecognizeResults()
public BatchRecognizeResults()
BatchRecognizeResults(BatchRecognizeResults)
public BatchRecognizeResults(BatchRecognizeResults other)
Parameter | |
---|---|
Name | Description |
other |
BatchRecognizeResults |
Properties
Metadata
public RecognitionResponseMetadata Metadata { get; set; }
Metadata about the recognition.
Property Value | |
---|---|
Type | Description |
RecognitionResponseMetadata |
Results
public RepeatedField<SpeechRecognitionResult> Results { get; }
Sequential list of transcription results corresponding to sequential portions of audio.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSpeechRecognitionResult |