AudioChannelType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. communication. callautomation. models. AudioChannelType
- com.
- com.
public final class AudioChannelType
extends ExpandableStringEnum<AudioChannelType>
Specifies the text format of transcription.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Audio |
MONO
Display. |
|
static final
Audio |
UNKNOWN
Display. |
Constructor Summary
| Constructor | Description |
|---|---|
| AudioChannelType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Channels value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Audio |
fromString(String name)
Creates or finds a Channels from its string representation. |
|
static
Collection<Audio |
values()
Gets known Channels values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MONO
public static final AudioChannelType MONO
Display. Audio channel type.
UNKNOWN
public static final AudioChannelType UNKNOWN
Display. Unknown Audio channel type.
Constructor Details
AudioChannelType
@Deprecated
public AudioChannelType()
Deprecated
Creates a new instance of Channels value.
Method Details
fromString
public static AudioChannelType fromString(String name)
Creates or finds a Channels from its string representation.
Parameters:
Returns:
values
public static Collection<AudioChannelType> values()
Gets known Channels values.
Returns: