Document AI V1 API - Class Google::Cloud::DocumentAI::V1::ReviewDocumentRequest (v0.10.0)

Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::ReviewDocumentRequest.

Request message for review document 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

#document_schema=

def document_schema=(value) -> ::Google::Cloud::DocumentAI::V1::DocumentSchema
Parameter
Returns

#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::V1::Document
Returns

#inline_document=

def inline_document=(value) -> ::Google::Cloud::DocumentAI::V1::Document
Parameter
Returns

#priority

def priority() -> ::Google::Cloud::DocumentAI::V1::ReviewDocumentRequest::Priority
Returns

#priority=

def priority=(value) -> ::Google::Cloud::DocumentAI::V1::ReviewDocumentRequest::Priority
Parameter
Returns