Class: Mindee::Product::InternationalId::InternationalIdV1PagePrediction

Inherits:
InternationalIdV1Document show all
Defined in:
lib/mindee/product/international_id/international_id_v1_page.rb

Overview

International ID V1 page prediction.

Instance Attribute Summary

Attributes inherited from InternationalIdV1Document

#address, #birth_date, #birth_place, #country_of_issue, #document_number, #document_type, #expiry_date, #given_names, #issue_date, #mrz1, #mrz2, #mrz3, #nationality, #sex, #surnames

Instance Method Summary collapse

Methods inherited from InternationalIdV1Document

#initialize

Constructor Details

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

Instance Method Details

#to_sString

Returns:

  • (String)


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

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