Class BatchRecognizeResults (2.26.0)

BatchRecognizeResults(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
results MutableSequence[google.cloud.speech_v2.types.SpeechRecognitionResult]
Sequential list of transcription results corresponding to sequential portions of audio.
metadata google.cloud.speech_v2.types.RecognitionResponseMetadata
Metadata about the recognition.