public static enum StreamingRecognizeRequest.StreamingRequestCase extends java.lang.Enum<StreamingRecognizeRequest.StreamingRequestCase> implements Internal.EnumLite
| Enum Constant and Description | 
|---|
| AUDIO_CONTENT | 
| STREAMING_CONFIG | 
| STREAMINGREQUEST_NOT_SET | 
| Modifier and Type | Method and Description | 
|---|---|
| static StreamingRecognizeRequest.StreamingRequestCase | forNumber(int value) | 
| int | getNumber() | 
| static StreamingRecognizeRequest.StreamingRequestCase | valueOf(int value)Deprecated. 
 Use  forNumber(int)instead. | 
| static StreamingRecognizeRequest.StreamingRequestCase | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static StreamingRecognizeRequest.StreamingRequestCase[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final StreamingRecognizeRequest.StreamingRequestCase STREAMING_CONFIG
public static final StreamingRecognizeRequest.StreamingRequestCase AUDIO_CONTENT
public static final StreamingRecognizeRequest.StreamingRequestCase STREAMINGREQUEST_NOT_SET
public static StreamingRecognizeRequest.StreamingRequestCase[] values()
for (StreamingRecognizeRequest.StreamingRequestCase c : StreamingRecognizeRequest.StreamingRequestCase.values()) System.out.println(c);
public static StreamingRecognizeRequest.StreamingRequestCase 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 null@Deprecated public static StreamingRecognizeRequest.StreamingRequestCase valueOf(int value)
forNumber(int) instead.public static StreamingRecognizeRequest.StreamingRequestCase forNumber(int value)
public int getNumber()
getNumber in interface Internal.EnumLite