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