SpeakerReferenceChannel Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. cognitiveservices. speech. audio. SpeakerReferenceChannel
- com.
- java.
public enum SpeakerReferenceChannel
extends java.lang.Enum<SpeakerReferenceChannel>
Defines speaker reference channel position in input audio.
Fields
| LastChannel |
Indicates that the last channel in the input audio corresponds to the speaker reference for echo cancellation. |
| None |
Indicates that the input audio does not have a speaker reference channel. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static SpeakerReferenceChannel valueOf(String name)
Parameters
- name
- java.lang.String