ImageTag Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. ImageTag
- com.
public class ImageTag
An entity observation in the image, along with the confidence score.
Method Summary
Modifier and Type | Method and Description |
---|---|
double |
confidence()
Get the confidence value. |
String |
hint()
Get the hint value. |
String |
name()
Get the name value. |
Image |
withConfidence(double confidence)
Set the confidence value. |
Image |
withHint(String hint)
Set the hint value. |
Image |
withName(String name)
Set the name value. |
Method Details
confidence
public double confidence()
Get the confidence value.
Returns:
hint
public String hint()
Get the hint value.
Returns:
name
public String name()
Get the name value.
Returns:
withConfidence
public ImageTag withConfidence(double confidence)
Set the confidence value.
Parameters:
Returns:
withHint
public ImageTag withHint(String hint)
Set the hint value.
Parameters:
Returns:
withName
public ImageTag withName(String name)
Set the name value.
Parameters:
Returns:
Applies to
Azure SDK for Java