Class: Google::Cloud::DocumentAI::V1beta3::RawDocument

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

Overview

Payload message of raw document content (bytes).

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns Inline document content.

Returns:

  • (::String)

    Inline document content.



32
33
34
35
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 32

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

#mime_type::String

Returns An IANA MIME type (RFC6838) indicating the nature and format of the [content].

Returns:

  • (::String)

    An IANA MIME type (RFC6838) indicating the nature and format of the [content].



32
33
34
35
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 32

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