Package io.anyline.plugin.result
Class JapaneseLandingPermissionResultField
-
- All Implemented Interfaces:
public class JapaneseLandingPermissionResultField
Provides result information for japanese landing permission fields
-
-
Field Summary
Fields Modifier and Type Field Description public String
text
public Integer
confidence
-
Constructor Summary
Constructors Constructor Description JapaneseLandingPermissionResultField()
-
Method Summary
Modifier and Type Method Description String
getText()
The text information of the field (Required) void
setText(String text)
The text information of the field (Required) Integer
getConfidence()
The confidence information of the field (Required) void
setConfidence(Integer confidence)
The confidence information of the field (Required) String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getConfidence
Integer getConfidence()
The confidence information of the field (Required)
-
setConfidence
void setConfidence(Integer confidence)
The confidence information of the field (Required)
-
hashCode
int hashCode()
-
-
-
-