Class: Google::Cloud::DocumentAI::V1beta3::GetDocumentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataset::String

Returns Required. The resource name of the dataset that the document belongs to . Format: projects/{project}/locations/{location}/processors/{processor}/dataset.

Returns:

  • (::String)

    Required. The resource name of the dataset that the document belongs to . Format: projects/{project}/locations/{location}/processors/{processor}/dataset



154
155
156
157
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 154

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

#document_id::Google::Cloud::DocumentAI::V1beta3::DocumentId

Returns Required. Document identifier.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 154

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

#page_range::Google::Cloud::DocumentAI::V1beta3::DocumentPageRange

Returns List of pages for which the fields specified in the read_mask must be served.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 154

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

#read_mask::Google::Protobuf::FieldMask

Returns If set, only fields listed here will be returned. Otherwise, all fields will be returned by default.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 154

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