Uses of Class
com.microsoft.cognitiveservices.speech.audio.MicrophoneArrayType
-
Packages that use MicrophoneArrayType Package Description com.microsoft.cognitiveservices.speech.audio -
-
Uses of MicrophoneArrayType in com.microsoft.cognitiveservices.speech.audio
Methods in com.microsoft.cognitiveservices.speech.audio that return MicrophoneArrayType Modifier and Type Method Description MicrophoneArrayTypeAudioProcessingOptions. getMicrophoneArrayType()Returns the microphone array type of the microphone used for audio input.MicrophoneArrayTypeMicrophoneArrayGeometry. getMicrophoneArrayType()Returns the type of microphone array.static MicrophoneArrayTypeMicrophoneArrayType. valueOf(String name)Returns the enum constant of this type with the specified name.static MicrophoneArrayType[]MicrophoneArrayType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.cognitiveservices.speech.audio with parameters of type MicrophoneArrayType Constructor Description MicrophoneArrayGeometry(MicrophoneArrayType microphoneArrayType, int beamformingStartAngle, int beamformingEndAngle, MicrophoneCoordinates[] microphoneCoordinates)Creates an object of MicrophoneArrayGeometry.MicrophoneArrayGeometry(MicrophoneArrayType microphoneArrayType, MicrophoneCoordinates[] microphoneCoordinates)Creates an object of MicrophoneArrayGeometry.
-