PresetMicrophoneArrayGeometry Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. cognitiveservices. speech. audio. PresetMicrophoneArrayGeometry
- com.
- java.
public enum PresetMicrophoneArrayGeometry
extends java.lang.Enum<PresetMicrophoneArrayGeometry>
Types of preset microphone array geometries. Check https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-devices-sdk-microphone for details.
Fields
Circular4 |
Indicates a microphone array with one microphone in the center and three microphones evenly spaced in a circle with radius approximately equal to 42.5 mm. |
Circular7 |
Indicates a microphone array with one microphone in the center and six microphones evenly spaced in a circle with radius approximately equal to 42.5 mm. |
Custom |
Indicates a microphone array with custom geometry. |
Linear2 |
Indicates a microphone array with two linearly placed microphones with 40 mm spacing between them. |
Linear4 |
Indicates a microphone array with four linearly placed microphones with 40 mm spacing between them. |
Mono |
Indicates a microphone array with a single microphone. |
Uninitialized |
Indicates that no geometry specified. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static PresetMicrophoneArrayGeometry valueOf(String name)
Parameters
- name
- java.lang.String
Returns
values()
Applies to
Azure SDK for Java