Uses of Class
com.microsoft.cognitiveservices.speech.audio.MicrophoneCoordinates
-
Packages that use MicrophoneCoordinates Package Description com.microsoft.cognitiveservices.speech.audio -
-
Uses of MicrophoneCoordinates in com.microsoft.cognitiveservices.speech.audio
Methods in com.microsoft.cognitiveservices.speech.audio that return MicrophoneCoordinates Modifier and Type Method Description MicrophoneCoordinates[]AudioProcessingOptions. getMicrophoneCoordinates()Returns the coordinates of microphones in the microphone array used for audio input.MicrophoneCoordinates[]MicrophoneArrayGeometry. getMicrophoneCoordinates()Returns the coordinates of microphones in the microphone array.Constructors in com.microsoft.cognitiveservices.speech.audio with parameters of type MicrophoneCoordinates 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.MicrophoneCoordinates(MicrophoneCoordinates other)Creates a new object of MicrophoneCoordinates using object instance.
-