OcrResult Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. OcrResult
- com.
public class OcrResult
Modelo OcrResult.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
String |
language()
Obtenga el valor de idioma. |
String |
modelVersion()
Obtenga el valor modelVersion. |
String |
orientation()
Obtenga el valor de orientación. |
List<Ocr |
regions()
Obtenga el valor de regiones. |
double |
textAngle()
Obtenga el valor textAngle. |
Ocr |
withLanguage(String language)
Establezca el valor de idioma. |
Ocr |
withModelVersion(String modelVersion)
Establezca el valor modelVersion. |
Ocr |
withOrientation(String orientation)
Establezca el valor de orientación. |
Ocr |
withRegions(List<OcrRegion> regions)
Establezca el valor de regiones. |
Ocr |
withTextAngle(double textAngle)
Establezca el valor textAngle. |
Detalles del método
language
public String language()
Obtenga el valor de idioma.
Returns:
modelVersion
public String modelVersion()
Obtenga el valor modelVersion.
Returns:
orientation
public String orientation()
Obtenga el valor de orientación.
Returns:
regions
public List
Obtenga el valor de regiones.
Returns:
textAngle
public double textAngle()
Obtenga el valor textAngle.
Returns:
withLanguage
public OcrResult withLanguage(String language)
Establezca el valor de idioma.
Parameters:
Returns:
withModelVersion
public OcrResult withModelVersion(String modelVersion)
Establezca el valor modelVersion.
Parameters:
Returns:
withOrientation
public OcrResult withOrientation(String orientation)
Establezca el valor de orientación.
Parameters:
Returns:
withRegions
public OcrResult withRegions(List
Establezca el valor de regiones.
Parameters:
Returns:
withTextAngle
public OcrResult withTextAngle(double textAngle)
Establezca el valor textAngle.
Parameters:
Returns:
Se aplica a
Azure SDK for Java