Class: Google::Cloud::DocumentAI::V1beta3::ReviewDocumentResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::ReviewDocumentResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
Overview
Response message for review document method.
Instance Attribute Summary collapse
-
#gcs_destination ⇒ ::String
The Cloud Storage uri for the human reviewed document.
Instance Attribute Details
#gcs_destination ⇒ ::String
Returns The Cloud Storage uri for the human reviewed document.
401 402 403 404 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 401 class ReviewDocumentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |