Reference documentation and code samples for the Cloud Speech V1p1beta1 Client class MicrophoneDistance.
Enumerates the types of capture settings describing an audio file.
Protobuf type google.cloud.speech.v1p1beta1.RecognitionMetadata.MicrophoneDistance
Methods
name
Parameter
Name
Description
value
mixed
value
Parameter
Name
Description
name
mixed
Constants
MICROPHONE_DISTANCE_UNSPECIFIED
Value: 0
Audio type is not known.
Generated from protobuf enum MICROPHONE_DISTANCE_UNSPECIFIED = 0;
NEARFIELD
Value: 1
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.
Generated from protobuf enum NEARFIELD = 1;
MIDFIELD
Value: 2
The speaker if within 3 meters of the microphone.
Generated from protobuf enum MIDFIELD = 2;
FARFIELD
Value: 3
The speaker is more than 3 meters away from the microphone.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-07 UTC."],[],[]]