Class: Google::Cloud::Talent::V4beta1::ParseResumeOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ParseResumeOptions
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb
Overview
Options that change how the resume parse is performed.
Instance Attribute Summary collapse
-
#enable_full_skill_detection ⇒ true, false
Optional.
-
#enable_ocr ⇒ true, false
Optional.
Instance Attribute Details
#enable_full_skill_detection ⇒ true, false
Returns Optional.
Controls whether detected skills are included in the parsed profile from sections of the resume other than just skills sections.
Normally, returned skills are limited to those taken from a resume section intended to list skills. When enabled, this feature causes detected skills in other sections to also be included in the returned profile.
85 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb', line 85 class ParseResumeOptions; end |
#enable_ocr ⇒ true, false
Returns Optional.
Controls whether Optical Character Recognition (OCR) is enabled.
OCR is used to decipher pictorial resumes, or resumes that have some element of pictorial detail (for example, contact information placed within an image in a pdf). Note that the API call has a higher latency if OCR is enabled.
85 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb', line 85 class ParseResumeOptions; end |