Package com.mindee.parsing.standard
Class LocaleField
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.parsing.standard.LocaleField
-
- All Implemented Interfaces:
PositionData
public class LocaleField extends BaseField
The local of the page.
-
-
Constructor Summary
Constructors Constructor Description LocaleField(String value, String language, String country, String currency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCountry()
The country which has been detected.String
getCurrency()
The currency which has been detected.String
getLanguage()
The language which has been detected.String
getValue()
Concatenation of lang and country codes.boolean
isEmpty()
String
toString()
-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
getValue
public String getValue()
Concatenation of lang and country codes.
-
getLanguage
public String getLanguage()
The language which has been detected.
-
getCountry
public String getCountry()
The country which has been detected.
-
getCurrency
public String getCurrency()
The currency which has been detected.
-
-