OcrLine クラス

定義

OCR エンジンによって認識され、 OcrResult の一部として返される 1 行のテキストを表します。

public ref class OcrLine sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class OcrLine final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class OcrLine
Public NotInheritable Class OcrLine
継承
Object Platform::Object IInspectable OcrLine
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

OcrEngine クラスの RecognizeAsync メソッドを呼び出すと、 メソッドは OcrResult オブジェクトを返します。 OcrResult には、OcrResultLines プロパティを使用してアクセスする OcrLine オブジェクトのコレクションが含まれています。 各 OcrLine オブジェクトには OcrWord オブジェクトのコレクションが含まれており、各 OcrLineWords プロパティを使用してアクセスできます。

プロパティ

Text

認識された行のテキストを取得します。

Words

RecognizeAsync メソッドによって現在のテキスト行で検出された単語を表す OcrWord オブジェクトのコレクションを取得します。

適用対象