Class: Mindee::Product::Resume::ResumeV1PagePrediction

Inherits:
ResumeV1Document show all
Defined in:
lib/mindee/product/resume/resume_v1_page.rb

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

Methods inherited from ResumeV1Document

#initialize

Constructor Details

This class inherits a constructor from Mindee::Product::Resume::ResumeV1Document

Instance Method Details

#to_sString

Returns:

  • (String)


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

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