ImageRegionCreateBatch Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageRegionCreateBatch
- com.
public class ImageRegionCreateBatch
Batch of image region information to create.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Image |
regions()
Get the regions value. |
Image |
withRegions(List<ImageRegionCreateEntry> regions)
Set the regions value. |
Method Details
regions
public List
Get the regions value.
Returns:
the regions value
withRegions
public ImageRegionCreateBatch withRegions(List
Set the regions value.
Parameters:
regions
- the regions value to set
Returns:
the ImageRegionCreateBatch object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java