public static enum SpeechConfig.EndPointDetectType extends java.lang.Enum<SpeechConfig.EndPointDetectType>
| Modifier and Type | Method and Description |
|---|---|
int |
toInteger() |
static SpeechConfig.EndPointDetectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpeechConfig.EndPointDetectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpeechConfig.EndPointDetectType AUTO
public static final SpeechConfig.EndPointDetectType MANUAL
public static final SpeechConfig.EndPointDetectType HYBRID
public static SpeechConfig.EndPointDetectType[] values()
for (SpeechConfig.EndPointDetectType c : SpeechConfig.EndPointDetectType.values()) System.out.println(c);
public static SpeechConfig.EndPointDetectType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int toInteger()