google_api_speech v0.20.0 GoogleApi.Speech.V1.Model.RecognitionMetadata View Source
Description of audio data to be recognized.
Attributes
audioTopic(type:String.t, default:nil) - Description of the content. Eg. "Recordings of federal supreme court hearings from 2012".industryNaicsCodeOfAudio(type:integer(), default:nil) - The industry vertical to which this speech recognition request most closely applies. This is most indicative of the topics contained in the audio. Use the 6-digit NAICS code to identify the industry vertical - see https://www.naics.com/search/.interactionType(type:String.t, default:nil) - The use case most closely describing the audio content to be recognized.microphoneDistance(type:String.t, default:nil) - The audio type that most closely describes the audio being recognized.originalMediaType(type:String.t, default:nil) - The original media the speech was recorded on.originalMimeType(type:String.t, default:nil) - Mime type of the original audio file. For exampleaudio/m4a,audio/x-alaw-basic,audio/mp3,audio/3gpp. A list of possible audio mime types is maintained at http://www.iana.org/assignments/media-types/media-types.xhtml#audiorecordingDeviceName(type:String.t, default:nil) - The device used to make the recording. Examples 'Nexus 5X' or 'Polycom SoundStation IP 6000' or 'POTS' or 'VoIP' or 'Cardioid Microphone'.recordingDeviceType(type:String.t, default:nil) - The type of device the speech was recorded with.
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.RecognitionMetadata{
audioTopic: String.t(),
industryNaicsCodeOfAudio: integer(),
interactionType: String.t(),
microphoneDistance: String.t(),
originalMediaType: String.t(),
originalMimeType: String.t(),
recordingDeviceName: String.t(),
recordingDeviceType: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.