Interface IPredictor
任意の画像に対する推論実行が可能なことを表すインターフェースです。
Inherited Members
System.IDisposable.Dispose()
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public interface IPredictor : IDisposable
Properties
| Name | Description |
|---|---|
| TaskInspectors | タスク推論結果検査機構の一覧。 |
| TaskNames | ランタイムに含まれるタスク名の一覧。 |
Methods
| Name | Description |
|---|---|
| Predict(IMenouImage) | 指定された画像に対する推論を実行します。 |
| Predict(Byte[]) | 指定された画像に対する推論を実行します。 |
| Predict(String) | 指定された画像に対する推論を実行します。 |