Class: Mindee::Product::InternationalId::InternationalIdV2PagePrediction

Inherits:
InternationalIdV2Document show all
Defined in:
lib/mindee/product/international_id/international_id_v2_page.rb

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

Methods inherited from InternationalIdV2Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::InternationalId::InternationalIdV2Document

Instance Method Details

#to_sString

Returns:

  • (String)


24
25
26
27
28
# File 'lib/mindee/product/international_id/international_id_v2_page.rb', line 24

def to_s
  out_str = String.new
  out_str << "\n#{super}"
  out_str
end