Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ReviewDocumentRequest.
Request message for review document method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#document
def document() -> ::Google::Cloud::DocumentAI::V1beta3::Document
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document) — The document that needs human review.
#document=
def document=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::Document) — The document that needs human review.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document) — The document that needs human review.
#document_schema
def document_schema() -> ::Google::Cloud::DocumentAI::V1beta3::DocumentSchema
Returns
- (::Google::Cloud::DocumentAI::V1beta3::DocumentSchema) — The document schema of the human review task.
#document_schema=
def document_schema=(value) -> ::Google::Cloud::DocumentAI::V1beta3::DocumentSchema
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::DocumentSchema) — The document schema of the human review task.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::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 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 that the document will be reviewed with.
Returns
- (::String) — Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
#inline_document
def inline_document() -> ::Google::Cloud::DocumentAI::V1beta3::Document
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document) — An inline document proto.
#inline_document=
def inline_document=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::Document) — An inline document proto.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document) — An inline document proto.
#priority
def priority() -> ::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentRequest::Priority
Returns
- (::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentRequest::Priority) — The priority of the human review task.
#priority=
def priority=(value) -> ::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentRequest::Priority
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentRequest::Priority) — The priority of the human review task.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentRequest::Priority) — The priority of the human review task.