Uses of Class
com.google.cloud.speech.v2.Recognizer.State
-
Packages that use Recognizer.State Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of Recognizer.State in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return Recognizer.State Modifier and Type Method Description static Recognizer.State
Recognizer.State. forNumber(int value)
Recognizer.State
Recognizer.Builder. getState()
Output only.Recognizer.State
Recognizer. getState()
Output only.Recognizer.State
RecognizerOrBuilder. getState()
Output only.static Recognizer.State
Recognizer.State. valueOf(int value)
Deprecated.static Recognizer.State
Recognizer.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Recognizer.State
Recognizer.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Recognizer.State[]
Recognizer.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.speech.v2 that return types with arguments of type Recognizer.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Recognizer.State>
Recognizer.State. internalGetValueMap()
Methods in com.google.cloud.speech.v2 with parameters of type Recognizer.State Modifier and Type Method Description Recognizer.Builder
Recognizer.Builder. setState(Recognizer.State value)
Output only.
-