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