OcrResult Clase

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.computervision.models.OcrResult

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<OcrRegion> regions()

Obtenga el valor de regiones.

double textAngle()

Obtenga el valor textAngle.

OcrResult withLanguage(String language)

Establezca el valor de idioma.

OcrResult withModelVersion(String modelVersion)

Establezca el valor modelVersion.

OcrResult withOrientation(String orientation)

Establezca el valor de orientación.

OcrResult withRegions(List<OcrRegion> regions)

Establezca el valor de regiones.

OcrResult withTextAngle(double textAngle)

Establezca el valor textAngle.

Detalles del método

language

public String language()

Obtenga el valor de idioma.

Returns:

el valor de idioma

modelVersion

public String modelVersion()

Obtenga el valor modelVersion.

Returns:

el valor modelVersion

orientation

public String orientation()

Obtenga el valor de orientación.

Returns:

el valor de orientación

regions

public List regions()

Obtenga el valor de regiones.

Returns:

el valor de regiones

textAngle

public double textAngle()

Obtenga el valor textAngle.

Returns:

el valor textAngle

withLanguage

public OcrResult withLanguage(String language)

Establezca el valor de idioma.

Parameters:

language - valor de idioma que se va a establecer

Returns:

el propio objeto OcrResult.

withModelVersion

public OcrResult withModelVersion(String modelVersion)

Establezca el valor modelVersion.

Parameters:

modelVersion - valor modelVersion que se va a establecer

Returns:

el propio objeto OcrResult.

withOrientation

public OcrResult withOrientation(String orientation)

Establezca el valor de orientación.

Parameters:

orientation - valor de orientación que se va a establecer

Returns:

el propio objeto OcrResult.

withRegions

public OcrResult withRegions(List regions)

Establezca el valor de regiones.

Parameters:

regions - el valor de regiones que se va a establecer

Returns:

el propio objeto OcrResult.

withTextAngle

public OcrResult withTextAngle(double textAngle)

Establezca el valor textAngle.

Parameters:

textAngle - el valor textAngle que se va a establecer

Returns:

el propio objeto OcrResult.

Se aplica a