Compartir a través de


ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithDetectOrientation Interfaz

public interface WithDetectOrientation

Fase de la definición que se va a especificar detectOrientation.

Resumen del método

Modificador y tipo Método y descripción
ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithUrl withDetectOrientation(boolean detectOrientation)

Si detecta la orientación del texto en la imagen. Con detectOrientation=true, el servicio OCR intenta detectar la orientación de la imagen y corregirla antes de su posterior procesamiento (por ejemplo, si está al revés).

Detalles del método

withDetectOrientation

public WithUrl withDetectOrientation(boolean detectOrientation)

Si detecta la orientación del texto en la imagen. Con detectOrientation=true, el servicio OCR intenta detectar la orientación de la imagen y corregirla antes de su posterior procesamiento (por ejemplo, si está al revés).

Parameters:

detectOrientation

Returns:

fase de definición siguiente

Se aplica a