Interface IBarcodeReaderRegionItemResult
バーコードリーダータスクにおける推論結果のテキストを表します。
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface IBarcodeReaderRegionItemResult
Properties
Name | Description |
---|---|
BoundingBox | 該当テキストの画像内の位置を表すバウンディングボックス。 |
Text | 推論結果テキスト。 |