Line Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. Line
- com.
public class Line
Objeto que representa una línea de texto reconocida.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
Appearance |
appearance()
Obtiene el valor de apariencia. |
List<Double> |
boundingBox()
Obtenga el valor de boundingBox. |
String |
language()
Obtenga el valor de idioma. |
String |
text()
Obtenga el valor de texto. |
Line |
withAppearance(Appearance appearance)
Establezca el valor de apariencia. |
Line |
withBoundingBox(List<Double> boundingBox)
Establezca el valor de boundingBox. |
Line |
withLanguage(String language)
Establezca el valor de idioma. |
Line |
withText(String text)
Establezca el valor de texto. |
Line |
withWords(List<Word> words)
Establezca el valor de palabras. |
List<Word> |
words()
Obtiene el valor de las palabras. |
Detalles del método
appearance
public Appearance appearance()
Obtiene el valor de apariencia.
Returns:
boundingBox
public List
Obtenga el valor de boundingBox.
Returns:
language
public String language()
Obtenga el valor de idioma.
Returns:
text
public String text()
Obtenga el valor de texto.
Returns:
withAppearance
public Line withAppearance(Appearance appearance)
Establezca el valor de apariencia.
Parameters:
Returns:
withBoundingBox
public Line withBoundingBox(List
Establezca el valor de boundingBox.
Parameters:
Returns:
withLanguage
public Line withLanguage(String language)
Establezca el valor de idioma.
Parameters:
Returns:
withText
public Line withText(String text)
Establezca el valor de texto.
Parameters:
Returns:
withWords
public Line withWords(List
Establezca el valor de palabras.
Parameters:
Returns:
words
public List
Obtiene el valor de las palabras.
Returns:
Se aplica a
Azure SDK for Java