Class: Google::Cloud::Talent::V4beta1::Resume

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb

Overview

Resource that represents a resume.

Defined Under Namespace

Modules: ResumeType

Instance Attribute Summary collapse

Instance Attribute Details

#resume_typeGoogle::Cloud::Talent::V4beta1::Resume::ResumeType

Returns The format of structured_resume.



314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 314

class Resume
  # The format of a structured resume.
  module ResumeType
    # Default value.
    RESUME_TYPE_UNSPECIFIED = 0

    # The profile contents in HR-XML format.
    # See https://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more
    # information about Human Resources XML.
    HRXML = 1

    # Resume type not specified.
    OTHER_RESUME_TYPE = 2
  end
end

#structured_resumeString

Returns Users can create a profile with only this field field, if resume_type is HRXML. For example, the API parses this field and creates a profile with all structured fields populated. EmploymentRecord, EducationRecord, and so on. An error is thrown if this field cannot be parsed.

Note that the use of the functionality offered by this field to extract data from resumes is an Alpha feature and as such is not covered by any SLA.

Returns:

  • (String)

    Users can create a profile with only this field field, if resume_type is HRXML. For example, the API parses this field and creates a profile with all structured fields populated. EmploymentRecord, EducationRecord, and so on. An error is thrown if this field cannot be parsed.

    Note that the use of the functionality offered by this field to extract data from resumes is an Alpha feature and as such is not covered by any SLA.



314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 314

class Resume
  # The format of a structured resume.
  module ResumeType
    # Default value.
    RESUME_TYPE_UNSPECIFIED = 0

    # The profile contents in HR-XML format.
    # See https://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more
    # information about Human Resources XML.
    HRXML = 1

    # Resume type not specified.
    OTHER_RESUME_TYPE = 2
  end
end