次の方法で共有


ImageRegionCreateBatch クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ImageRegionCreateBatch

public class ImageRegionCreateBatch

作成するイメージ領域情報のバッチ。

メソッドの概要

修飾子と型 メソッドと説明
List<ImageRegionCreateEntry> regions()

リージョンの値を取得します。

ImageRegionCreateBatch withRegions(List<ImageRegionCreateEntry> regions)

リージョンの値を設定します。

メソッドの詳細

regions

public List regions()

リージョンの値を取得します。

Returns:

リージョンの値

withRegions

public ImageRegionCreateBatch withRegions(List regions)

リージョンの値を設定します。

Parameters:

regions - 設定するリージョンの値

Returns:

ImageRegionCreateBatch オブジェクト自体。

適用対象