Class: Google::Cloud::Talent::V4beta1::ParseResumeRequest

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

Overview

Parse resume request.

Instance Attribute Summary collapse

Instance Attribute Details

#language_codeString

Returns Optional.

The language code of contents in the resume.

Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see Tags for Identifying Languages{: class="external" target="_blank" }.

Returns:

  • (String)

    Optional.

    The language code of contents in the resume.

    Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see Tags for Identifying Languages{: class="external" target="_blank" }.



62
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb', line 62

class ParseResumeRequest; end

#optionsGoogle::Cloud::Talent::V4beta1::ParseResumeOptions

Returns Optional.

Options that change how the resume parse is performed.

Returns:



62
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb', line 62

class ParseResumeRequest; end

#parentString

Returns Required.

The resource name of the project.

The format is "projects/project_id", for example, "projects/api-test-project".

Returns:

  • (String)

    Required.

    The resource name of the project.

    The format is "projects/project_id", for example, "projects/api-test-project".



62
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb', line 62

class ParseResumeRequest; end

#region_codeString

Returns Optional.

The region code indicating where the resume is from. Values are as per the ISO-3166-2 format. For example, US, FR, DE.

This value is optional, but providing this value improves the resume parsing quality and performance.

An error is thrown if the regionCode is invalid.

Returns:

  • (String)

    Optional.

    The region code indicating where the resume is from. Values are as per the ISO-3166-2 format. For example, US, FR, DE.

    This value is optional, but providing this value improves the resume parsing quality and performance.

    An error is thrown if the regionCode is invalid.



62
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb', line 62

class ParseResumeRequest; end

#resumeString

Returns Required.

The bytes of the resume file in common format, for example, PDF, TXT. UTF-8 encoding is required if the resume is text-based, otherwise an error is thrown.

Returns:

  • (String)

    Required.

    The bytes of the resume file in common format, for example, PDF, TXT. UTF-8 encoding is required if the resume is text-based, otherwise an error is thrown.



62
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb', line 62

class ParseResumeRequest; end