你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImageFileCreateBatch 类

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

public class ImageFileCreateBatch

ImageFileCreateBatch 模型。

方法摘要

修饰符和类型 方法和描述
List<ImageFileCreateEntry> images()

获取图像值。

List<UUID> tagIds()

获取 tagIds 值。

ImageFileCreateBatch withImages(List<ImageFileCreateEntry> images)

设置图像值。

ImageFileCreateBatch withTagIds(List<UUID> tagIds)

设置 tagIds 值。

方法详细信息

images

public List images()

获取图像值。

Returns:

图像值

tagIds

public List tagIds()

获取 tagIds 值。

Returns:

tagIds 值

withImages

public ImageFileCreateBatch withImages(List images)

设置图像值。

Parameters:

images - 要设置的图像值

Returns:

ImageFileCreateBatch 对象本身。

withTagIds

public ImageFileCreateBatch withTagIds(List tagIds)

设置 tagIds 值。

Parameters:

tagIds - 要设置的 tagIds 值

Returns:

ImageFileCreateBatch 对象本身。

适用于