Class: Google::Cloud::DocumentAI::V1beta3::ReviewDocumentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::ReviewDocumentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
Overview
Request message for review document method. Next Id: 6.
Defined Under Namespace
Modules: Priority
Instance Attribute Summary collapse
-
#document ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document
The document that needs human review.
-
#enable_schema_validation ⇒ ::Boolean
Whether the validation should be performed on the ad-hoc review request.
-
#human_review_config ⇒ ::String
Required.
-
#inline_document ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document
An inline document proto.
-
#priority ⇒ ::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentRequest::Priority
The priority of the human review task.
Instance Attribute Details
#document ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document
Returns The document that needs human review.
382 383 384 385 386 387 388 389 390 391 392 393 394 395 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 382 class ReviewDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The priority level of the human review task. module Priority # The default priority level. DEFAULT = 0 # The urgent priority level. The labeling manager should allocate labeler # resource to the urgent task queue to respect this priority level. URGENT = 1 end end |
#enable_schema_validation ⇒ ::Boolean
Returns Whether the validation should be performed on the ad-hoc review request.
382 383 384 385 386 387 388 389 390 391 392 393 394 395 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 382 class ReviewDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The priority level of the human review task. module Priority # The default priority level. DEFAULT = 0 # The urgent priority level. The labeling manager should allocate labeler # resource to the urgent task queue to respect this priority level. URGENT = 1 end end |
#human_review_config ⇒ ::String
Returns Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
382 383 384 385 386 387 388 389 390 391 392 393 394 395 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 382 class ReviewDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The priority level of the human review task. module Priority # The default priority level. DEFAULT = 0 # The urgent priority level. The labeling manager should allocate labeler # resource to the urgent task queue to respect this priority level. URGENT = 1 end end |
#inline_document ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document
Returns An inline document proto.
382 383 384 385 386 387 388 389 390 391 392 393 394 395 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 382 class ReviewDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The priority level of the human review task. module Priority # The default priority level. DEFAULT = 0 # The urgent priority level. The labeling manager should allocate labeler # resource to the urgent task queue to respect this priority level. URGENT = 1 end end |
#priority ⇒ ::Google::Cloud::DocumentAI::V1beta3::ReviewDocumentRequest::Priority
Returns The priority of the human review task.
382 383 384 385 386 387 388 389 390 391 392 393 394 395 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 382 class ReviewDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The priority level of the human review task. module Priority # The default priority level. DEFAULT = 0 # The urgent priority level. The labeling manager should allocate labeler # resource to the urgent task queue to respect this priority level. URGENT = 1 end end |