Resume Review Overview
The table below provides an overview of each field in the Resume Review Response.
Field | Type | Description |
---|---|---|
score | Integer | The overall score of the resume, out of 100 (e.g., 87). |
result | Result Object | An object containing the review feedback for different sections of the resume. |
Result.contact | SectionReview Object | Feedback on the contact information section of the resume. |
Result.contact.pros | Array [String] | A list of positive points about the contact information (e.g., "A professional email address is properly included."). |
Result.contact.cons | Array [String] | A list of negative points or suggestions for the contact information (e.g., "No LinkedIn profile linked. Tip: Provide a LinkedIn URL..."). |
Result.experiences | SectionReview Object | Feedback on the work experiences section of the resume. |
Result.experiences.pros | Array [String] | A list of positive points about the work experiences (e.g., "Job titles in the experience section are clearly defined."). |
Result.experiences.cons | Array [String] | A list of negative points or suggestions for the work experiences (can be empty if none). |
Result.educations | SectionReview Object | Feedback on the education section of the resume. |
Result.educations.pros | Array [String] | A list of positive points about the education section (e.g., "University names are mentioned, detailing the academic journey."). |
Result.educations.cons | Array [String] | A list of negative points or suggestions for the education section (e.g., "Field of study missing in education. Tip: Indicate your major..."). |
Result.skills | SectionReview Object | Feedback on the skills section of the resume. |
Result.skills.pros | Array [String] | A list of positive points about the skills section (e.g., "Skills are listed, highlighting competencies and strengths."). |
Result.skills.cons | Array [String] | A list of negative points or suggestions for the skills section (can be empty if none). |
Result.summary | SectionReview Object | Feedback on the summary or objective section of the resume. |
Result.summary.pros | Array [String] | A list of positive points about the summary section (e.g., "A professional summary/objective is present, giving a career overview."). |
Result.summary.cons | Array [String] | A list of negative points or suggestions for the summary section (can be empty if none). |
Result.format | SectionReview Object | Feedback on the format and structure of the resume. |
Result.format.pros | Array [String] | A list of positive points about the resume format (e.g., "PDF is a good format to share your resume."). |
Result.format.cons | Array [String] | A list of negative points or suggestions for the resume format (can be empty if none). |
details | Resume Parser Response Object | this field stores the resume parser response for this resume. |
Updated 6 days ago