ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithDetectOrientation Interface

public interface WithDetectOrientation

The stage of the definition to be specify detectOrientation.

Method Summary

Modifier and Type Method and Description
ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithUrl withDetectOrientation(boolean detectOrientation)

Whether detect the text orientation in the image. With detectOrientation=true the OCR service tries to detect the image orientation and correct it before further processing (e.g. if it's upside-down).

Method Details

withDetectOrientation

public WithUrl withDetectOrientation(boolean detectOrientation)

Whether detect the text orientation in the image. With detectOrientation=true the OCR service tries to detect the image orientation and correct it before further processing (e.g. if it's upside-down).

Parameters:

detectOrientation

Returns:

next definition stage

Applies to