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.State
ReviewDocumentResponse.State. forNumber(int value)
ReviewDocumentResponse.State
ReviewDocumentResponse.Builder. getState()
The state of the review operation.ReviewDocumentResponse.State
ReviewDocumentResponse. getState()
The state of the review operation.ReviewDocumentResponse.State
ReviewDocumentResponseOrBuilder. getState()
The state of the review operation.static ReviewDocumentResponse.State
ReviewDocumentResponse.State. valueOf(int value)
Deprecated.static ReviewDocumentResponse.State
ReviewDocumentResponse.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ReviewDocumentResponse.State
ReviewDocumentResponse.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.Builder
ReviewDocumentResponse.Builder. setState(ReviewDocumentResponse.State value)
The state of the review operation.
-