Class InlineResult (2.26.0)

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

Final results returned inline in the recognition response.

Attributes

NameDescription
transcript google.cloud.speech_v2.types.BatchRecognizeResults
The transcript for the audio file.
vtt_captions str
The transcript for the audio file as VTT formatted captions. This is populated only when VTT output is requested.
srt_captions str
The transcript for the audio file as SRT formatted captions. This is populated only when SRT output is requested.