Interface IQuantityDetectionRegionItemResult
個数検出タスクにおける推論結果のテキストを表します。
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface IQuantityDetectionRegionItemResult
Properties
| Name | Description |
|---|---|
| BoundingBox | 画像内の位置を表すバウンディングボックス。 |
| ClassName | 推論結果クラス名。最もスコアの高いクラス名が設定されます。 |
| CountNumber | トラッキングのカウント番号。 |
| IsCountNumberVisible | トラッキングのカウント番号の表示。 |
| Score | 推論結果クラス名に対応するスコア。0.0 - 1.0 の範囲で表します。 |
| Scores | スコアの一覧。 |