Class: Google::Cloud::Talent::V4beta1::ParseResumeOptions

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable_full_skill_detectiontrue, 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.

Returns:

  • (true, false)

    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_ocrtrue, 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.

Returns:

  • (true, false)

    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