Method GetBlobs
GetBlobs(string)
指定した名前のタスクのブロブリストを取得します。 領域検出タスク、異常領域検出タスク、スコアマップ加工タスク、形状抽出タスク時に有効です。
Declaration
public IReadOnlyCollection<IBlob> GetBlobs(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 名前 |
Returns
Type | Description |
---|---|
IReadOnlyCollection<IBlob> | ブロブリスト |