Uses of Class
com.google.cloud.documentai.v1.HumanReviewStatus.State
-
Packages that use HumanReviewStatus.State Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of HumanReviewStatus.State in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return HumanReviewStatus.State Modifier and Type Method Description static HumanReviewStatus.StateHumanReviewStatus.State. forNumber(int value)HumanReviewStatus.StateHumanReviewStatus.Builder. getState()The state of human review on the processing request.HumanReviewStatus.StateHumanReviewStatus. getState()The state of human review on the processing request.HumanReviewStatus.StateHumanReviewStatusOrBuilder. getState()The state of human review on the processing request.static HumanReviewStatus.StateHumanReviewStatus.State. valueOf(int value)Deprecated.static HumanReviewStatus.StateHumanReviewStatus.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HumanReviewStatus.StateHumanReviewStatus.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.v1 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.v1 with parameters of type HumanReviewStatus.State Modifier and Type Method Description HumanReviewStatus.BuilderHumanReviewStatus.Builder. setState(HumanReviewStatus.State value)The state of human review on the processing request.
-