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