Cloud Speech-to-Text v2 API - Class BatchRecognizeResults (1.0.0)

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.

Inheritance

object > BatchRecognizeResults

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

BatchRecognizeResults()

public BatchRecognizeResults()

BatchRecognizeResults(BatchRecognizeResults)

public BatchRecognizeResults(BatchRecognizeResults other)
Parameter
NameDescription
otherBatchRecognizeResults

Properties

Metadata

public RecognitionResponseMetadata Metadata { get; set; }

Metadata about the recognition.

Property Value
TypeDescription
RecognitionResponseMetadata

Results

public RepeatedField<SpeechRecognitionResult> Results { get; }

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

Property Value
TypeDescription
RepeatedFieldSpeechRecognitionResult