Class: Xberg::PdfMetadata
- Inherits:
-
Object
- Object
- Xberg::PdfMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#fabricated_text_pages ⇒ Array[Integer]?
readonly
Returns the value of attribute fabricated_text_pages.
-
#height ⇒ Integer?
readonly
Returns the value of attribute height.
-
#implausible_text_pages ⇒ Array[Integer]?
readonly
Returns the value of attribute implausible_text_pages.
-
#is_encrypted ⇒ Boolean?
readonly
Returns the value of attribute is_encrypted.
-
#layout_gate_reasons ⇒ Array[String]?
readonly
Returns the value of attribute layout_gate_reasons.
-
#layout_gated_pages ⇒ Array[Integer]?
readonly
Returns the value of attribute layout_gated_pages.
-
#page_count ⇒ Integer?
readonly
Returns the value of attribute page_count.
-
#pdf_version ⇒ String?
readonly
Returns the value of attribute pdf_version.
-
#producer ⇒ String?
readonly
Returns the value of attribute producer.
-
#scanned_confidence ⇒ Float?
readonly
Returns the value of attribute scanned_confidence.
-
#scanned_pages ⇒ Array[Integer]?
readonly
Returns the value of attribute scanned_pages.
-
#width ⇒ Integer?
readonly
Returns the value of attribute width.
Instance Method Summary collapse
-
#initialize ⇒ PdfMetadata
constructor
A new instance of PdfMetadata.
Constructor Details
#initialize ⇒ PdfMetadata
Returns a new instance of PdfMetadata.
2060 |
# File 'sig/types.rbs', line 2060
def initialize: (?pdf_version: String, ?producer: String, ?is_encrypted: bool, ?width: Integer, ?height: Integer, ?page_count: Integer, ?scanned_confidence: Float, ?scanned_pages: Array[Integer], ?fabricated_text_pages: Array[Integer], ?implausible_text_pages: Array[Integer], ?layout_gated_pages: Array[Integer], ?layout_gate_reasons: Array[String]) -> void
|
Instance Attribute Details
#fabricated_text_pages ⇒ Array[Integer]? (readonly)
Returns the value of attribute fabricated_text_pages.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def fabricated_text_pages @fabricated_text_pages end |
#height ⇒ Integer? (readonly)
Returns the value of attribute height.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def height @height end |
#implausible_text_pages ⇒ Array[Integer]? (readonly)
Returns the value of attribute implausible_text_pages.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def implausible_text_pages @implausible_text_pages end |
#is_encrypted ⇒ Boolean? (readonly)
Returns the value of attribute is_encrypted.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def is_encrypted @is_encrypted end |
#layout_gate_reasons ⇒ Array[String]? (readonly)
Returns the value of attribute layout_gate_reasons.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def layout_gate_reasons @layout_gate_reasons end |
#layout_gated_pages ⇒ Array[Integer]? (readonly)
Returns the value of attribute layout_gated_pages.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def layout_gated_pages @layout_gated_pages end |
#page_count ⇒ Integer? (readonly)
Returns the value of attribute page_count.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def page_count @page_count end |
#pdf_version ⇒ String? (readonly)
Returns the value of attribute pdf_version.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def pdf_version @pdf_version end |
#producer ⇒ String? (readonly)
Returns the value of attribute producer.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def producer @producer end |
#scanned_confidence ⇒ Float? (readonly)
Returns the value of attribute scanned_confidence.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def scanned_confidence @scanned_confidence end |
#scanned_pages ⇒ Array[Integer]? (readonly)
Returns the value of attribute scanned_pages.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def scanned_pages @scanned_pages end |
#width ⇒ Integer? (readonly)
Returns the value of attribute width.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def width @width end |