Interface IPredictor
任意の画像に対する推論実行が可能なことを表すインターフェースです。
Inherited Members
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface IPredictor : IDisposable
Properties
Name | Description |
---|---|
ColorDictionary | 色辞書のproperty |
PredictFailedTaskNames | 解析に失敗したタスク名の一覧。 Predict 実行時にエラーが発生したタスク名が登録されます。Predict 実行の都度、この情報は更新されます。 本プロパティは、非同期で並列に Predict を実行した場合には正しい結果が取得できない可能性があります。 |
TaskInspectors | タスク推論結果検査機構の一覧。 |
TaskNames | ランタイムに含まれるタスク名の一覧。 |
Methods
Name | Description |
---|---|
Predict(IMenouImage) | 指定された画像に対する推論を実行します。 |
Predict(byte[]) | 指定された画像に対する推論を実行します。 |
Predict(Bitmap) | 指定された画像に対する推論を実行します。 |
Predict(string) | 指定された画像に対する推論を実行します。 |