Uses of Class
com.google.cloud.documentai.v1beta3.HumanReviewStatus
-
Packages that use HumanReviewStatus Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of HumanReviewStatus in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return HumanReviewStatus Modifier and Type Method Description HumanReviewStatus
HumanReviewStatus.Builder. build()
HumanReviewStatus
HumanReviewStatus.Builder. buildPartial()
static HumanReviewStatus
HumanReviewStatus. getDefaultInstance()
HumanReviewStatus
HumanReviewStatus.Builder. getDefaultInstanceForType()
HumanReviewStatus
HumanReviewStatus. getDefaultInstanceForType()
HumanReviewStatus
BatchProcessMetadata.IndividualProcessStatus.Builder. getHumanReviewStatus()
The status of human review on the processed document.HumanReviewStatus
BatchProcessMetadata.IndividualProcessStatus. getHumanReviewStatus()
The status of human review on the processed document.HumanReviewStatus
BatchProcessMetadata.IndividualProcessStatusOrBuilder. getHumanReviewStatus()
The status of human review on the processed document.HumanReviewStatus
ProcessResponse.Builder. getHumanReviewStatus()
The status of human review on the processed document.HumanReviewStatus
ProcessResponse. getHumanReviewStatus()
The status of human review on the processed document.HumanReviewStatus
ProcessResponseOrBuilder. getHumanReviewStatus()
The status of human review on the processed document.static HumanReviewStatus
HumanReviewStatus. parseDelimitedFrom(InputStream input)
static HumanReviewStatus
HumanReviewStatus. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HumanReviewStatus
HumanReviewStatus. parseFrom(byte[] data)
static HumanReviewStatus
HumanReviewStatus. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HumanReviewStatus
HumanReviewStatus. parseFrom(com.google.protobuf.ByteString data)
static HumanReviewStatus
HumanReviewStatus. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HumanReviewStatus
HumanReviewStatus. parseFrom(com.google.protobuf.CodedInputStream input)
static HumanReviewStatus
HumanReviewStatus. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HumanReviewStatus
HumanReviewStatus. parseFrom(InputStream input)
static HumanReviewStatus
HumanReviewStatus. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HumanReviewStatus
HumanReviewStatus. parseFrom(ByteBuffer data)
static HumanReviewStatus
HumanReviewStatus. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type HumanReviewStatus Modifier and Type Method Description com.google.protobuf.Parser<HumanReviewStatus>
HumanReviewStatus. getParserForType()
static com.google.protobuf.Parser<HumanReviewStatus>
HumanReviewStatus. parser()
Methods in com.google.cloud.documentai.v1beta3 with parameters of type HumanReviewStatus Modifier and Type Method Description HumanReviewStatus.Builder
HumanReviewStatus.Builder. mergeFrom(HumanReviewStatus other)
BatchProcessMetadata.IndividualProcessStatus.Builder
BatchProcessMetadata.IndividualProcessStatus.Builder. mergeHumanReviewStatus(HumanReviewStatus value)
The status of human review on the processed document.ProcessResponse.Builder
ProcessResponse.Builder. mergeHumanReviewStatus(HumanReviewStatus value)
The status of human review on the processed document.static HumanReviewStatus.Builder
HumanReviewStatus. newBuilder(HumanReviewStatus prototype)
BatchProcessMetadata.IndividualProcessStatus.Builder
BatchProcessMetadata.IndividualProcessStatus.Builder. setHumanReviewStatus(HumanReviewStatus value)
The status of human review on the processed document.ProcessResponse.Builder
ProcessResponse.Builder. setHumanReviewStatus(HumanReviewStatus value)
The status of human review on the processed document.
-