Class: Google::Cloud::DocumentAI::V1::GcsDocument
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::GcsDocument
- 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
-
#gcs_uri ⇒ ::String
The Cloud Storage object uri.
-
#mime_type ⇒ ::String
An IANA MIME type (RFC6838) of the content.
Instance Attribute Details
#gcs_uri ⇒ ::String
Returns 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.
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 |