Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::ReviewDocumentRequest.
Request message for the ReviewDocument method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#document_schema
def document_schema() -> ::Google::Cloud::DocumentAI::V1::DocumentSchema
Returns
- (::Google::Cloud::DocumentAI::V1::DocumentSchema) — The document schema of the human review task.
#document_schema=
def document_schema=(value) -> ::Google::Cloud::DocumentAI::V1::DocumentSchema
Parameter
- value (::Google::Cloud::DocumentAI::V1::DocumentSchema) — The document schema of the human review task.
Returns
- (::Google::Cloud::DocumentAI::V1::DocumentSchema) — The document schema of the human review task.
#enable_schema_validation
def enable_schema_validation() -> ::Boolean
Returns
- (::Boolean) — Whether the validation should be performed on the ad-hoc review request.
#enable_schema_validation=
def enable_schema_validation=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the validation should be performed on the ad-hoc review request.
Returns
- (::Boolean) — Whether the validation should be performed on the ad-hoc review request.
#human_review_config
def human_review_config() -> ::String
Returns
- (::String) — Required. The resource name of the [HumanReviewConfig][google.cloud.documentai.v1.HumanReviewConfig] that the document will be reviewed with.
#human_review_config=
def human_review_config=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the [HumanReviewConfig][google.cloud.documentai.v1.HumanReviewConfig] that the document will be reviewed with.
Returns
- (::String) — Required. The resource name of the [HumanReviewConfig][google.cloud.documentai.v1.HumanReviewConfig] that the document will be reviewed with.
#inline_document
def inline_document() -> ::Google::Cloud::DocumentAI::V1::Document
Returns
- (::Google::Cloud::DocumentAI::V1::Document) — An inline document proto.
#inline_document=
def inline_document=(value) -> ::Google::Cloud::DocumentAI::V1::Document
Parameter
- value (::Google::Cloud::DocumentAI::V1::Document) — An inline document proto.
Returns
- (::Google::Cloud::DocumentAI::V1::Document) — An inline document proto.
#priority
def priority() -> ::Google::Cloud::DocumentAI::V1::ReviewDocumentRequest::Priority
Returns
- (::Google::Cloud::DocumentAI::V1::ReviewDocumentRequest::Priority) — The priority of the human review task.
#priority=
def priority=(value) -> ::Google::Cloud::DocumentAI::V1::ReviewDocumentRequest::Priority
Parameter
- value (::Google::Cloud::DocumentAI::V1::ReviewDocumentRequest::Priority) — The priority of the human review task.
Returns
- (::Google::Cloud::DocumentAI::V1::ReviewDocumentRequest::Priority) — The priority of the human review task.