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.StateRecognizer.State. forNumber(int value)Recognizer.StateRecognizer.Builder. getState()Output only.Recognizer.StateRecognizer. getState()Output only.Recognizer.StateRecognizerOrBuilder. getState()Output only.static Recognizer.StateRecognizer.State. valueOf(int value)Deprecated.static Recognizer.StateRecognizer.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Recognizer.StateRecognizer.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.BuilderRecognizer.Builder. setState(Recognizer.State value)Output only.
-