Class: Google::Cloud::DocumentAI::V1beta3::ReviewDocumentResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#gcs_destination::String

Returns The Cloud Storage uri for the human reviewed document.

Returns:

  • (::String)

    The Cloud Storage uri for the human reviewed document.



252
253
254
255
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 252

class ReviewDocumentResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end