Class: Google::Cloud::DocumentAI::V1::GcsDocument

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

Overview

Specifies a document stored on Cloud Storage.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_uri::String

Returns The Cloud Storage object uri.

Returns:

  • (::String)

    The Cloud Storage object uri.



51
52
53
54
# File 'proto_docs/google/cloud/documentai/v1/document_io.rb', line 51

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

#mime_type::String

Returns An IANA MIME type (RFC6838) of the content.

Returns:

  • (::String)

    An IANA MIME type (RFC6838) of the content.



51
52
53
54
# File 'proto_docs/google/cloud/documentai/v1/document_io.rb', line 51

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