Package com.mindee.product.resume
Class ResumeV1Language
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.resume.ResumeV1Language
-
- All Implemented Interfaces:
LineItemField,PositionData
public class ResumeV1Language extends BaseField implements LineItemField
The list of languages that the candidate is proficient in.
-
-
Constructor Summary
Constructors Constructor Description ResumeV1Language()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLanguage()The language's ISO 639 code.StringgetLevel()The candidate's level for the language.booleanisEmpty()Whether the field is empty or not.StringtoString()StringtoTableLine()Output the line in a format suitable for inclusion in an rST table.-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from class:BaseFieldWhether the field is empty or not.
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLinein interfaceLineItemField
-
getLanguage
public String getLanguage()
The language's ISO 639 code.
-
getLevel
public String getLevel()
The candidate's level for the language.
-
-