Class: Google::Cloud::Talent::V4beta1::ParseResumeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ParseResumeRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb
Overview
Parse resume request.
Instance Attribute Summary collapse
-
#language_code ⇒ String
Optional.
-
#options ⇒ Google::Cloud::Talent::V4beta1::ParseResumeOptions
Optional.
-
#parent ⇒ String
Required.
-
#region_code ⇒ String
Optional.
-
#resume ⇒ String
Required.
Instance Attribute Details
#language_code ⇒ String
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" }.
62 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb', line 62 class ParseResumeRequest; end |
#options ⇒ Google::Cloud::Talent::V4beta1::ParseResumeOptions
Returns Optional.
Options that change how the resume parse is performed.
62 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb', line 62 class ParseResumeRequest; end |
#parent ⇒ String
Returns 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_code ⇒ String
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.
62 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb', line 62 class ParseResumeRequest; end |
#resume ⇒ String
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.
62 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb', line 62 class ParseResumeRequest; end |