DetectResult Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. DetectResult
- com.
public class DetectResult
Result of a DetectImage call.
Method Summary
Modifier and Type | Method and Description |
---|---|
Image |
metadata()
Get the metadata value. |
String |
modelVersion()
Get the modelVersion value. |
List<Detected |
objects()
Get the objects value. |
String |
requestId()
Get the requestId value. |
Detect |
withMetadata(ImageMetadata metadata)
Set the metadata value. |
Detect |
withModelVersion(String modelVersion)
Set the modelVersion value. |
Detect |
withRequestId(String requestId)
Set the requestId value. |
Method Details
metadata
public ImageMetadata metadata()
Get the metadata value.
Returns:
modelVersion
public String modelVersion()
Get the modelVersion value.
Returns:
objects
public List
Get the objects value.
Returns:
requestId
public String requestId()
Get the requestId value.
Returns:
withMetadata
public DetectResult withMetadata(ImageMetadata metadata)
Set the metadata value.
Parameters:
Returns:
withModelVersion
public DetectResult withModelVersion(String modelVersion)
Set the modelVersion value.
Parameters:
Returns:
withRequestId
public DetectResult withRequestId(String requestId)
Set the requestId value.
Parameters:
Returns:
Applies to
Azure SDK for Java