If audio metrics are requested, information about the signal characteristics of the input audio.
If processing metrics are requested, information about the service's processing of the input audio. Processing metrics are not available with the synchronous Recognize audio method.
An index that indicates a change point in the results
array. The service increments the index only for
additional results that it sends for new audio for the same request.
An array of SpeechRecognitionResult
objects that can include interim and final results (interim results
are returned only if supported by the method). Final results are guaranteed not to change; interim results might
be replaced by further interim results and final results. The service periodically sends updates to the results
list; the result_index
is set to the lowest index in the array that has changed; it is incremented for new
results.
An array of SpeakerLabelsResult
objects that identifies which words were spoken by which speakers in a
multi-person exchange. The array is returned only if the speaker_labels
parameter is true
. When interim
results are also requested for methods that support them, it is possible for a SpeechRecognitionResults
object
to include only the speaker_labels
field.
An array of warning messages associated with the request:
"Unknown arguments:"
or "Unknown url query arguments:"
followed by a list of the form
"{invalid_arg_1}, {invalid_arg_2}."
In both cases, the request succeeds despite the warnings.
Generated using TypeDoc
The complete results for a speech recognition request.