OcrWord Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. OcrWord
- com.
public class OcrWord
Information on a recognized word.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
boundingBox()
Get the boundingBox value. |
String |
text()
Get the text value. |
Ocr |
withBoundingBox(String boundingBox)
Set the boundingBox value. |
Ocr |
withText(String text)
Set the text value. |
Method Details
boundingBox
public String boundingBox()
Get the boundingBox value.
Returns:
the boundingBox value
text
public String text()
Get the text value.
Returns:
the text value
withBoundingBox
public OcrWord withBoundingBox(String boundingBox)
Set the boundingBox value.
Parameters:
boundingBox
- the boundingBox value to set
Returns:
the OcrWord object itself.
withText
public OcrWord withText(String text)
Set the text value.
Parameters:
text
- the text value to set
Returns:
the OcrWord object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java