google_api_speech v0.13.0 GoogleApi.Speech.V1.Model.RecognizeResponse View Source
The only message returned to the client by the Recognize method. It
contains the result as zero or more sequential SpeechRecognitionResult
messages.
Attributes
results(type:list(GoogleApi.Speech.V1.Model.SpeechRecognitionResult.t), default:nil) - Output only. Sequential list of transcription results corresponding to sequential portions of audio.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Speech.V1.Model.RecognizeResponse{
results: [GoogleApi.Speech.V1.Model.SpeechRecognitionResult.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.