Class: Google::Cloud::DocumentAI::V1beta3::Document::Page::Image
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Document::Page::Image
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document.rb
Overview
Rendered image contents for this page.
Instance Attribute Summary collapse
-
#content ⇒ ::String
Raw byte content of the image.
-
#height ⇒ ::Integer
Height of the image in pixels.
-
#mime_type ⇒ ::String
Encoding mime type for the image.
-
#width ⇒ ::Integer
Width of the image in pixels.
Instance Attribute Details
#content ⇒ ::String
Returns Raw byte content of the image.
241 242 243 244 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 241 class Image include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#height ⇒ ::Integer
Returns Height of the image in pixels.
241 242 243 244 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 241 class Image include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |