Uses of Class
com.google.cloud.speech.v2.PhraseSet.State
-
Packages that use PhraseSet.State Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of PhraseSet.State in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return PhraseSet.State Modifier and Type Method Description static PhraseSet.StatePhraseSet.State. forNumber(int value)PhraseSet.StatePhraseSet.Builder. getState()Output only.PhraseSet.StatePhraseSet. getState()Output only.PhraseSet.StatePhraseSetOrBuilder. getState()Output only.static PhraseSet.StatePhraseSet.State. valueOf(int value)Deprecated.static PhraseSet.StatePhraseSet.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PhraseSet.StatePhraseSet.State. valueOf(String name)Returns the enum constant of this type with the specified name.static PhraseSet.State[]PhraseSet.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 PhraseSet.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PhraseSet.State>PhraseSet.State. internalGetValueMap()Methods in com.google.cloud.speech.v2 with parameters of type PhraseSet.State Modifier and Type Method Description PhraseSet.BuilderPhraseSet.Builder. setState(PhraseSet.State value)Output only.
-