Interface ITextDetectionRegionItemResult
テキスト検出タスクにおける推論結果のテキストを表します。
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface ITextDetectionRegionItemResult
Properties
Name | Description |
---|---|
BoundingBox | 該当テキストの画像内の位置を表すバウンディングボックス。 |
OriginalText | MENOU-TE にて設定した検出誤り補正前の推論結果テキスト。 |
Score | 推論結果テキストに対応するスコア。0.0 - 1.0 の範囲で表します。 |
Text | 推論結果テキスト。 |