ComputerVision.ComputerVisionRecognizePrintedTextInStreamDefinitionStages.WithDetectOrientation Interface

public interface WithDetectOrientation

The stage of the definition to be specify detectOrientation.

Method Summary

Modifier and Type Method and Description
ComputerVision.ComputerVisionRecognizePrintedTextInStreamDefinitionStages.WithImage 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 WithImage 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