Class: Google::Cloud::DocumentAI::V1beta3::Document::Page::Dimension
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Document::Page::Dimension
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document.rb
Overview
Dimension for the page.
Instance Attribute Summary collapse
-
#height ⇒ ::Float
Page height.
-
#unit ⇒ ::String
Dimension unit.
-
#width ⇒ ::Float
Page width.
Instance Attribute Details
#height ⇒ ::Float
Returns Page height.
223 224 225 226 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 223 class Dimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |