Class: Mindee::Product::FR::HealthCard::HealthCardV1PagePrediction
- Inherits:
-
HealthCardV1Document
- Object
- Mindee::Parsing::Common::Prediction
- HealthCardV1Document
- Mindee::Product::FR::HealthCard::HealthCardV1PagePrediction
- 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
Constructor Details
This class inherits a constructor from Mindee::Product::FR::HealthCard::HealthCardV1Document
Instance Method Details
#to_s ⇒ 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 |