Module: Google::Cloud::Speech::V1p1beta1::RecognitionMetadata::MicrophoneDistance
- Defined in:
 - lib/google/cloud/speech/v1p1beta1/doc/google/cloud/speech/v1p1beta1/cloud_speech.rb
 
Overview
Enumerates the types of capture settings describing an audio file.
Constant Summary collapse
- MICROPHONE_DISTANCE_UNSPECIFIED =
          
Audio type is not known.
 0- NEARFIELD =
          
The audio was captured from a closely placed microphone. Eg. phone, dictaphone, or handheld microphone. Generally if there speaker is within 1 meter of the microphone.
 1- MIDFIELD =
          
The speaker if within 3 meters of the microphone.
 2- FARFIELD =
          
The speaker is more than 3 meters away from the microphone.
 3