Class: Mindee::V1::Product::Resume::ResumeV1PagePrediction
- Inherits:
-
ResumeV1Document
- Object
- Mindee::V1::Parsing::Common::Prediction
- ResumeV1Document
- Mindee::V1::Product::Resume::ResumeV1PagePrediction
- Defined in:
- lib/mindee/v1/product/resume/resume_v1_page.rb,
sig/mindee/v1/product/resume/resume_v1_page.rbs
Overview
Resume V1 page prediction.
Instance Attribute Summary
Attributes inherited from ResumeV1Document
#address, #certificates, #document_language, #document_type, #education, #email_address, #given_names, #hard_skills, #job_applied, #languages, #nationality, #phone_number, #profession, #professional_experiences, #social_networks_urls, #soft_skills, #surnames
Instance Method Summary collapse
-
#initialize ⇒ ResumeV1PagePrediction
constructor
A new instance of ResumeV1PagePrediction.
- #to_s ⇒ String
Methods inherited from ResumeV1Document
#certificates_separator, #certificates_to_s, #education_separator, #education_to_s, #languages_separator, #languages_to_s, #professional_experiences_separator, #professional_experiences_to_s, #social_networks_urls_separator, #social_networks_urls_to_s
Constructor Details
#initialize ⇒ ResumeV1PagePrediction
Returns a new instance of ResumeV1PagePrediction.
12 |
# File 'sig/mindee/v1/product/resume/resume_v1_page.rbs', line 12 def initialize: (Hash[String | Symbol, untyped], Integer?) -> void |
Instance Method Details
#to_s ⇒ String
29 30 31 32 33 |
# File 'lib/mindee/v1/product/resume/resume_v1_page.rb', line 29 def to_s out_str = String.new out_str << "\n#{super}" out_str end |