Class: Mindee::Product::BusinessCard::BusinessCardV1PagePrediction
- Inherits:
-
BusinessCardV1Document
- Object
- Mindee::Parsing::Common::Prediction
- BusinessCardV1Document
- Mindee::Product::BusinessCard::BusinessCardV1PagePrediction
- Defined in:
- lib/mindee/product/business_card/business_card_v1_page.rb
Overview
Business Card V1 page prediction.
Instance Attribute Summary
Attributes inherited from BusinessCardV1Document
#address, #company, #email, #fax_number, #firstname, #job_title, #lastname, #mobile_number, #phone_number, #social_media, #website
Instance Method Summary collapse
Methods inherited from BusinessCardV1Document
Constructor Details
This class inherits a constructor from Mindee::Product::BusinessCard::BusinessCardV1Document
Instance Method Details
#to_s ⇒ String
24 25 26 27 28 |
# File 'lib/mindee/product/business_card/business_card_v1_page.rb', line 24 def to_s out_str = String.new out_str << "\n#{super}" out_str end |