次の方法で共有


ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithDetectOrientation インターフェイス

public interface WithDetectOrientation

detectOrientation を指定する定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithUrl withDetectOrientation(boolean detectOrientation)

画像内のテキストの向きを検出するかどうか。 detectOrientation=true を指定すると、OCR サービスは画像の向きを検出し、さらに処理する前に修正しようとします (逆さまである場合など)。

メソッドの詳細

withDetectOrientation

public WithUrl withDetectOrientation(boolean detectOrientation)

画像内のテキストの向きを検出するかどうか。 detectOrientation=true を指定すると、OCR サービスは画像の向きを検出し、さらに処理する前に修正しようとします (逆さまである場合など)。

Parameters:

detectOrientation

Returns:

次の定義ステージ

適用対象