OcrWord Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. OcrWord
- com.
public class OcrWord
Informations sur un mot reconnu.
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
String |
boundingBox()
Obtient la valeur boundingBox. |
String |
text()
Obtient la valeur de texte. |
Ocr |
withBoundingBox(String boundingBox)
Définissez la valeur boundingBox. |
Ocr |
withText(String text)
Définissez la valeur de texte. |
Détails de la méthode
boundingBox
public String boundingBox()
Obtient la valeur boundingBox.
Returns:
valeur de boundingBox
text
public String text()
Obtient la valeur de texte.
Returns:
valeur de texte
withBoundingBox
public OcrWord withBoundingBox(String boundingBox)
Définissez la valeur boundingBox.
Parameters:
boundingBox
- valeur boundingBox à définir
Returns:
l’objet OcrWord lui-même.
withText
public OcrWord withText(String text)
Définissez la valeur de texte.
Parameters:
text
- valeur de texte à définir
Returns:
l’objet OcrWord lui-même.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java