RecognizeInputType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. communication. callautomation. models. RecognizeInputType
- com.
- com.
public final class RecognizeInputType
extends ExpandableStringEnum<RecognizeInputType>
Defines values for RecognizeInputTypeInternal.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Recognize |
CHOICES
Static value choices for Recognize |
|
static final
Recognize |
DTMF
Static value dtmf for Recognize |
|
static final
Recognize |
SPEECH
Static value choices for Recognize |
|
static final
Recognize |
SPEECH_OR_DTMF
Static value choices for Recognize |
Constructor Summary
| Constructor | Description |
|---|---|
| RecognizeInputType() |
Deprecated
Please use fromString(String name) to create an instance of Recognize
Creates an instance of RecognizeInputType with no string value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Recognize |
fromString(String name)
Creates or finds a Recognize |
|
static
Collection<Recognize |
values()
Get the collection of Recognize |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CHOICES
public static final RecognizeInputType CHOICES
Static value choices for RecognizeInputTypeInternal.
DTMF
public static final RecognizeInputType DTMF
Static value dtmf for RecognizeInputTypeInternal.
SPEECH
public static final RecognizeInputType SPEECH
Static value choices for RecognizeInputTypeInternal.
SPEECH_OR_DTMF
public static final RecognizeInputType SPEECH_OR_DTMF
Static value choices for RecognizeInputTypeInternal.
Constructor Details
RecognizeInputType
@Deprecated
public RecognizeInputType()
Deprecated
Creates an instance of RecognizeInputType with no string value.
Method Details
fromString
public static RecognizeInputType fromString(String name)
Creates or finds a RecognizeInputTypeInternal from its string representation.
Parameters:
Returns:
values
public static Collection<RecognizeInputType> values()
Get the collection of RecognizeInputTypeInternal values.
Returns: