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