DetectResult Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. DetectResult
- com.
public class DetectResult
Result of a DetectImage call.
Constructor Summary
Constructor | Description | |
---|---|---|
DetectResult() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Image |
metadata()
Get the metadata value. |
String |
modelVersion()
Get the model |
List<Detected |
objects()
Get the objects value. |
String |
requestId()
Get the request |
Detect |
withMetadata(ImageMetadata metadata)
Set the metadata value. |
Detect |
withModelVersion(String modelVersion)
Set the model |
Detect |
withRequestId(String requestId)
Set the request |
Methods inherited from java.lang.Object
Constructor Details
DetectResult
public DetectResult()
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