public static class ImageSceneTextLine.Word extends GenericModel
Constructor and Description |
---|
Word() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getConfidence()
Gets the confidence.
|
ImageSceneTextLine.Region |
getRegion()
Gets the region.
|
java.lang.String |
getText()
Gets the text.
|
void |
setConfidence(java.lang.Double confidence)
Sets the confidence.
|
void |
setRegion(ImageSceneTextLine.Region region)
Sets the region.
|
void |
setText(java.lang.String text)
Sets the text.
|
equals, hashCode, toString
public java.lang.Double getConfidence()
public ImageSceneTextLine.Region getRegion()
public java.lang.String getText()
public void setConfidence(java.lang.Double confidence)
confidence
- The confidencepublic void setRegion(ImageSceneTextLine.Region region)
region
- The regionpublic void setText(java.lang.String text)
text
- The text