Uses of Class
com.microsoft.cognitiveservices.speech.audio.PresetMicrophoneArrayGeometry
-
Packages that use PresetMicrophoneArrayGeometry Package Description com.microsoft.cognitiveservices.speech.audio -
-
Uses of PresetMicrophoneArrayGeometry in com.microsoft.cognitiveservices.speech.audio
Methods in com.microsoft.cognitiveservices.speech.audio that return PresetMicrophoneArrayGeometry Modifier and Type Method Description PresetMicrophoneArrayGeometryAudioProcessingOptions. getPresetMicrophoneArrayGeometry()Returns the microphone array geometry of the microphone used for audio input.static PresetMicrophoneArrayGeometryPresetMicrophoneArrayGeometry. valueOf(String name)Returns the enum constant of this type with the specified name.static PresetMicrophoneArrayGeometry[]PresetMicrophoneArrayGeometry. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.cognitiveservices.speech.audio with parameters of type PresetMicrophoneArrayGeometry Modifier and Type Method Description static AudioProcessingOptionsAudioProcessingOptions. create(int audioProcessingFlags, PresetMicrophoneArrayGeometry microphoneArrayGeometry)Creates an AudioProcessingOptions object with audio processing flags and preset microphone array geometry.static AudioProcessingOptionsAudioProcessingOptions. create(int audioProcessingFlags, PresetMicrophoneArrayGeometry microphoneArrayGeometry, SpeakerReferenceChannel speakerReferenceChannel)Creates an AudioProcessingOptions object with audio processing flags, preset microphone array geometry and speaker reference channel position.
-