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