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