次の方法で共有


ImageFileCreateEntry クラス

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

public class ImageFileCreateEntry

ImageFileCreateEntry モデル。

メソッドの概要

修飾子と型 メソッドと説明
byte [] contents()

内容の値を取得します。

String name()

名前の値を取得します。

List<Region> regions()

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

List<UUID> tagIds()

tagIds 値を取得します。

ImageFileCreateEntry withContents(byte[] contents)

内容の値を設定します。

ImageFileCreateEntry withName(String name)

名前の値を設定します。

ImageFileCreateEntry withRegions(List<Region> regions)

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

ImageFileCreateEntry withTagIds(List<UUID> tagIds)

tagIds 値を設定します。

メソッドの詳細

contents

public byte [] contents()

内容の値を取得します。

Returns:

内容の値

name

public String name()

名前の値を取得します。

Returns:

名前の値

regions

public List regions()

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

Returns:

リージョンの値

tagIds

public List tagIds()

tagIds 値を取得します。

Returns:

tagIds 値

withContents

public ImageFileCreateEntry withContents(byte[] contents)

内容の値を設定します。

Parameters:

contents - 設定する内容の値

Returns:

ImageFileCreateEntry オブジェクト自体。

withName

public ImageFileCreateEntry withName(String name)

名前の値を設定します。

Parameters:

name - 設定する名前の値

Returns:

ImageFileCreateEntry オブジェクト自体。

withRegions

public ImageFileCreateEntry withRegions(List regions)

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

Parameters:

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

Returns:

ImageFileCreateEntry オブジェクト自体。

withTagIds

public ImageFileCreateEntry withTagIds(List tagIds)

tagIds 値を設定します。

Parameters:

tagIds - 設定する tagIds 値

Returns:

ImageFileCreateEntry オブジェクト自体。

適用対象