Class: Google::Cloud::DocumentAI::V1beta3::GcsDocument
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::GcsDocument
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/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.
44 45 46 47 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 44 class GcsDocument include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mime_type ⇒ ::String
Returns An IANA MIME type (RFC6838) of the content.
44 45 46 47 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 44 class GcsDocument include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |