ImageRegionCreateSummary Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageRegionCreateSummary
- com.
public class ImageRegionCreateSummary
The ImageRegionCreateSummary model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Image |
created()
Get the created value. |
List<Image |
duplicated()
Get the duplicated value. |
List<Image |
exceeded()
Get the exceeded value. |
Image |
withCreated(List<ImageRegionCreateResult> created)
Set the created value. |
Image |
withDuplicated(List<ImageRegionCreateEntry> duplicated)
Set the duplicated value. |
Image |
withExceeded(List<ImageRegionCreateEntry> exceeded)
Set the exceeded value. |
Method Details
created
public List
Get the created value.
Returns:
duplicated
public List
Get the duplicated value.
Returns:
exceeded
public List
Get the exceeded value.
Returns:
withCreated
public ImageRegionCreateSummary withCreated(List
Set the created value.
Parameters:
Returns:
withDuplicated
public ImageRegionCreateSummary withDuplicated(List
Set the duplicated value.
Parameters:
Returns:
withExceeded
public ImageRegionCreateSummary withExceeded(List
Set the exceeded value.
Parameters:
Returns:
Applies to
Azure SDK for Java