BatchRecognizeResults

Stay organized with collections Save and categorize content based on your preferences.

Output type for Cloud Storage of recognizers.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.

JSON representation
{
  "results": [
    {
      object (SpeechRecognitionResult)
    }
  ],
  "metadata": {
    object (RecognitionResponseMetadata)
  }
}
Fields
results[]

object (SpeechRecognitionResult)

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

metadata

object (RecognitionResponseMetadata)

Metadata about the recognition.