Class: Mindee::V1::Product::InternationalId::InternationalIdV2PagePrediction
- Inherits:
-
InternationalIdV2Document
- Object
- Mindee::V1::Parsing::Common::Prediction
- InternationalIdV2Document
- Mindee::V1::Product::InternationalId::InternationalIdV2PagePrediction
- Defined in:
- lib/mindee/v1/product/international_id/international_id_v2_page.rb,
sig/mindee/v1/product/international_id/international_id_v2_page.rbs
Overview
International ID V2 page prediction.
Instance Attribute Summary
Attributes inherited from InternationalIdV2Document
#address, #birth_date, #birth_place, #country_of_issue, #document_number, #document_type, #expiry_date, #given_names, #issue_date, #mrz_line1, #mrz_line2, #mrz_line3, #nationality, #personal_number, #sex, #state_of_issue, #surnames
Instance Method Summary collapse
-
#initialize ⇒ InternationalIdV2PagePrediction
constructor
A new instance of InternationalIdV2PagePrediction.
- #to_s ⇒ String
Constructor Details
#initialize ⇒ InternationalIdV2PagePrediction
Returns a new instance of InternationalIdV2PagePrediction.
11 |
# File 'sig/mindee/v1/product/international_id/international_id_v2_page.rbs', line 11 def initialize: (Hash[String | Symbol, untyped], Integer?) -> void |
Instance Method Details
#to_s ⇒ String
29 30 31 32 33 |
# File 'lib/mindee/v1/product/international_id/international_id_v2_page.rb', line 29 def to_s out_str = String.new out_str << "\n#{super}" out_str end |