Class: Mindee::Product::FR::HealthCard::HealthCardV1PagePrediction

Inherits:
HealthCardV1Document show all
Defined in:
lib/mindee/product/fr/health_card/health_card_v1_page.rb

Overview

Health Card V1 page prediction.

Instance Attribute Summary

Attributes inherited from HealthCardV1Document

#given_names, #issuance_date, #social_security, #surname

Instance Method Summary collapse

Methods inherited from HealthCardV1Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::FR::HealthCard::HealthCardV1Document

Instance Method Details

#to_sString

Returns:

  • (String)


25
26
27
28
29
# File 'lib/mindee/product/fr/health_card/health_card_v1_page.rb', line 25

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