public static class ImageObjectSelectionEntity.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImageObjectSelectionEntity.Builder |
boundingPolygon(BoundingPolygon boundingPolygon) |
ImageObjectSelectionEntity |
build() |
ImageObjectSelectionEntity.Builder |
copy(ImageObjectSelectionEntity model) |
ImageObjectSelectionEntity.Builder |
extendedMetadata(Map<String,String> extendedMetadata)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
ImageObjectSelectionEntity.Builder |
labels(List<Label> labels)
A collection of label entities.
|
public ImageObjectSelectionEntity.Builder labels(List<Label> labels)
A collection of label entities.
labels
- the value to setpublic ImageObjectSelectionEntity.Builder boundingPolygon(BoundingPolygon boundingPolygon)
public ImageObjectSelectionEntity.Builder extendedMetadata(Map<String,String> extendedMetadata)
A simple key-value pair that is applied without any predefined name, type, or scope. It
exists for cross-compatibility only. For example: {"bar-key": "value"}
extendedMetadata
- the value to setpublic ImageObjectSelectionEntity build()
public ImageObjectSelectionEntity.Builder copy(ImageObjectSelectionEntity model)
Copyright © 2016–2024. All rights reserved.