Module: Google::Cloud::Speech::V1::RecognitionMetadata::MicrophoneDistance

Defined in:
proto_docs/google/cloud/speech/v1/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