Uses of Class
com.google.cloud.documentai.v1.ReviewDocumentResponse.State
-
Packages that use ReviewDocumentResponse.State Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of ReviewDocumentResponse.State in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return ReviewDocumentResponse.State Modifier and Type Method Description static ReviewDocumentResponse.StateReviewDocumentResponse.State. forNumber(int value)ReviewDocumentResponse.StateReviewDocumentResponse.Builder. getState()The state of the review operation.ReviewDocumentResponse.StateReviewDocumentResponse. getState()The state of the review operation.ReviewDocumentResponse.StateReviewDocumentResponseOrBuilder. getState()The state of the review operation.static ReviewDocumentResponse.StateReviewDocumentResponse.State. valueOf(int value)Deprecated.static ReviewDocumentResponse.StateReviewDocumentResponse.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ReviewDocumentResponse.StateReviewDocumentResponse.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ReviewDocumentResponse.State[]ReviewDocumentResponse.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 ReviewDocumentResponse.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ReviewDocumentResponse.State>ReviewDocumentResponse.State. internalGetValueMap()Methods in com.google.cloud.documentai.v1 with parameters of type ReviewDocumentResponse.State Modifier and Type Method Description ReviewDocumentResponse.BuilderReviewDocumentResponse.Builder. setState(ReviewDocumentResponse.State value)The state of the review operation.
-