public static class ImageSceneTextLine.Word extends GenericModel
| Constructor and Description |
|---|
Word() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getConfidence()
Gets the confidence.
|
ImageSceneTextLine.Region |
getRegion()
Gets the region.
|
String |
getText()
Gets the text.
|
void |
setConfidence(Double confidence)
Sets the confidence.
|
void |
setRegion(ImageSceneTextLine.Region region)
Sets the region.
|
void |
setText(String text)
Sets the text.
|
equals, hashCode, toStringpublic Double getConfidence()
public ImageSceneTextLine.Region getRegion()
public String getText()
public void setConfidence(Double confidence)
confidence - The confidencepublic void setRegion(ImageSceneTextLine.Region region)
region - The regionpublic void setText(String text)
text - The textCopyright © 2015–2016 IBM Watson. All rights reserved.