google_api_speech v0.3.0 GoogleApi.Speech.V1.Model.LongRunningRecognizeRequest View Source
The top-level message sent by the client for the `LongRunningRecognize` method.
Attributes
- audio (RecognitionAudio): Required The audio data to be recognized. Defaults to:
null. - config (RecognitionConfig): Required Provides information to the recognizer that specifies how to process the request. Defaults to:
null.
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 Source
t()
View Source
t() :: %GoogleApi.Speech.V1.Model.LongRunningRecognizeRequest{
audio: GoogleApi.Speech.V1.Model.RecognitionAudio.t(),
config: GoogleApi.Speech.V1.Model.RecognitionConfig.t()
}
t() :: %GoogleApi.Speech.V1.Model.LongRunningRecognizeRequest{
audio: GoogleApi.Speech.V1.Model.RecognitionAudio.t(),
config: GoogleApi.Speech.V1.Model.RecognitionConfig.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.