Package io.anyline.plugin.result
Class TireSizeResultField
-
- All Implemented Interfaces:
public class TireSizeResultField
-
-
Field Summary
Fields Modifier and Type Field Description public String
text
public Integer
confidence
-
Constructor Summary
Constructors Constructor Description TireSizeResultField()
-
Method Summary
Modifier and Type Method Description String
getText()
The text value of the tire size field. void
setText(String text)
The text value of the tire size field. Integer
getConfidence()
The confidence value of the tire size field. void
setConfidence(Integer confidence)
The confidence value of the tire size field. String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getConfidence
Integer getConfidence()
The confidence value of the tire size field.
-
setConfidence
void setConfidence(Integer confidence)
The confidence value of the tire size field.
-
hashCode
int hashCode()
-
-
-
-