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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java