public final class ReviewDocumentRequest extends GeneratedMessageV3 implements ReviewDocumentRequestOrBuilder
Request message for the
ReviewDocument
method.
Protobuf type google.cloud.documentai.v1beta3.ReviewDocumentRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
DOCUMENT_FIELD_NUMBER
public static final int DOCUMENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DOCUMENT_SCHEMA_FIELD_NUMBER
public static final int DOCUMENT_SCHEMA_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ENABLE_SCHEMA_VALIDATION_FIELD_NUMBER
public static final int ENABLE_SCHEMA_VALIDATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
HUMAN_REVIEW_CONFIG_FIELD_NUMBER
public static final int HUMAN_REVIEW_CONFIG_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
INLINE_DOCUMENT_FIELD_NUMBER
public static final int INLINE_DOCUMENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PRIORITY_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ReviewDocumentRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReviewDocumentRequest.Builder newBuilder()
newBuilder(ReviewDocumentRequest prototype)
public static ReviewDocumentRequest.Builder newBuilder(ReviewDocumentRequest prototype)
public static ReviewDocumentRequest parseDelimitedFrom(InputStream input)
public static ReviewDocumentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReviewDocumentRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReviewDocumentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReviewDocumentRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReviewDocumentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReviewDocumentRequest parseFrom(CodedInputStream input)
public static ReviewDocumentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReviewDocumentRequest parseFrom(InputStream input)
public static ReviewDocumentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReviewDocumentRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReviewDocumentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReviewDocumentRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ReviewDocumentRequest getDefaultInstanceForType()
getDocument() (deprecated)
public Document getDocument()
Deprecated. google.cloud.documentai.v1beta3.ReviewDocumentRequest.document is deprecated. See
google/cloud/documentai/v1beta3/document_processor_service.proto;l=1096
The document that needs human review.
.google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true];
Returns |
---|
Type | Description |
Document | The document.
|
getDocumentOrBuilder()
public DocumentOrBuilder getDocumentOrBuilder()
The document that needs human review.
.google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true];
getDocumentSchema()
public DocumentSchema getDocumentSchema()
The document schema of the human review task.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 6;
getDocumentSchemaOrBuilder()
public DocumentSchemaOrBuilder getDocumentSchemaOrBuilder()
The document schema of the human review task.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 6;
getEnableSchemaValidation()
public boolean getEnableSchemaValidation()
Whether the validation should be performed on the ad-hoc review request.
bool enable_schema_validation = 3;
Returns |
---|
Type | Description |
boolean | The enableSchemaValidation.
|
getHumanReviewConfig()
public String getHumanReviewConfig()
Required. The resource name of the
HumanReviewConfig that
the document will be reviewed with.
string human_review_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The humanReviewConfig.
|
getHumanReviewConfigBytes()
public ByteString getHumanReviewConfigBytes()
Required. The resource name of the
HumanReviewConfig that
the document will be reviewed with.
string human_review_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for humanReviewConfig.
|
getInlineDocument()
public Document getInlineDocument()
An inline document proto.
.google.cloud.documentai.v1beta3.Document inline_document = 4;
Returns |
---|
Type | Description |
Document | The inlineDocument.
|
getInlineDocumentOrBuilder()
public DocumentOrBuilder getInlineDocumentOrBuilder()
An inline document proto.
.google.cloud.documentai.v1beta3.Document inline_document = 4;
getParserForType()
public Parser<ReviewDocumentRequest> getParserForType()
Overrides
getPriority()
public ReviewDocumentRequest.Priority getPriority()
The priority of the human review task.
.google.cloud.documentai.v1beta3.ReviewDocumentRequest.Priority priority = 5;
getPriorityValue()
public int getPriorityValue()
The priority of the human review task.
.google.cloud.documentai.v1beta3.ReviewDocumentRequest.Priority priority = 5;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for priority.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getSourceCase()
public ReviewDocumentRequest.SourceCase getSourceCase()
hasDocument() (deprecated)
public boolean hasDocument()
Deprecated. google.cloud.documentai.v1beta3.ReviewDocumentRequest.document is deprecated. See
google/cloud/documentai/v1beta3/document_processor_service.proto;l=1096
The document that needs human review.
.google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true];
Returns |
---|
Type | Description |
boolean | Whether the document field is set.
|
hasDocumentSchema()
public boolean hasDocumentSchema()
The document schema of the human review task.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 6;
Returns |
---|
Type | Description |
boolean | Whether the documentSchema field is set.
|
hasInlineDocument()
public boolean hasInlineDocument()
An inline document proto.
.google.cloud.documentai.v1beta3.Document inline_document = 4;
Returns |
---|
Type | Description |
boolean | Whether the inlineDocument field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ReviewDocumentRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReviewDocumentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ReviewDocumentRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides