Class RecognitionMetadata (2.14.0)

RecognitionMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Description of audio data to be recognized.

Attributes

NameDescription
interaction_type google.cloud.speech_v1p1beta1.types.RecognitionMetadata.InteractionType
The use case most closely describing the audio content to be recognized.
industry_naics_code_of_audio int
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/.
microphone_distance google.cloud.speech_v1p1beta1.types.RecognitionMetadata.MicrophoneDistance
The audio type that most closely describes the audio being recognized.
original_media_type google.cloud.speech_v1p1beta1.types.RecognitionMetadata.OriginalMediaType
The original media the speech was recorded on.
recording_device_type google.cloud.speech_v1p1beta1.types.RecognitionMetadata.RecordingDeviceType
The type of device the speech was recorded with.
recording_device_name str
The device used to make the recording. Examples 'Nexus 5X' or 'Polycom SoundStation IP 6000' or 'POTS' or 'VoIP' or 'Cardioid Microphone'.
original_mime_type str
Mime type of the original audio file. For example ``audio/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#audio
obfuscated_id int
Obfuscated (privacy-protected) ID of the user, to identify number of unique users using the service.
audio_topic str
Description of the content. Eg. "Recordings of federal supreme court hearings from 2012".

Inheritance

builtins.object > proto.message.Message > RecognitionMetadata

Classes

InteractionType

InteractionType(value)

Use case categories that the audio recognition request can be described by.

MicrophoneDistance

MicrophoneDistance(value)

Enumerates the types of capture settings describing an audio file.

OriginalMediaType

OriginalMediaType(value)

The original media the speech was recorded on.

RecordingDeviceType

RecordingDeviceType(value)

The type of device the speech was recorded with.