ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithDetectOrientation Interface

public static interface ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithDetectOrientation

The stage of the definition to be specify detectOrientation.

Method Summary

Modifier and Type Method and Description
abstract WithUrl withDetectOrientation(boolean detectOrientation)

Whether detect the text orientation in the image.

Method Details

withDetectOrientation

public abstract 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).

Parameters:

detectOrientation

Returns:

next definition stage

Applies to