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 String
getLanguage()
The language's ISO 639 code.String
getLevel()
The candidate's level for the language.boolean
isEmpty()
String
toString()
String
toTableLine()
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()
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLine
in interfaceLineItemField
-
getLanguage
public String getLanguage()
The language's ISO 639 code.
-
getLevel
public String getLevel()
The candidate's level for the language.
-
-