Package io.anyline.plugin.result
Class LicensePlateResult
-
- All Implemented Interfaces:
public class LicensePlateResult
Describes result information of scanning license plates
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
LicensePlateResult.Area
The area information
-
Constructor Summary
Constructors Constructor Description LicensePlateResult()
-
Method Summary
Modifier and Type Method Description String
getCountry()
The country information (Required) void
setCountry(String country)
The country information (Required) LicensePlateResult.Area
getArea()
The area information void
setArea(LicensePlateResult.Area area)
The area information String
getPlateText()
The plate text (Required) void
setPlateText(String plateText)
The plate text (Required) String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getCountry
String getCountry()
The country information (Required)
-
setCountry
void setCountry(String country)
The country information (Required)
-
getArea
LicensePlateResult.Area getArea()
The area information
-
setArea
void setArea(LicensePlateResult.Area area)
The area information
-
getPlateText
String getPlateText()
The plate text (Required)
-
setPlateText
void setPlateText(String plateText)
The plate text (Required)
-
hashCode
int hashCode()
-
-
-
-