Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.DetectedObject
-
Packages that use DetectedObject Package Description com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of DetectedObject in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return DetectedObject Modifier and Type Method Description DetectedObject
DetectedObject. withConfidence(double confidence)
Set the confidence value.DetectedObject
DetectedObject. withObjectProperty(String objectProperty)
Set the objectProperty value.DetectedObject
DetectedObject. withParent(ObjectHierarchy parent)
Set the parent value.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return types with arguments of type DetectedObject Modifier and Type Method Description List<DetectedObject>
DetectResult. objects()
Get the objects value.List<DetectedObject>
ImageAnalysis. objects()
Get the objects value.Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.models with type arguments of type DetectedObject Modifier and Type Method Description ImageAnalysis
ImageAnalysis. withObjects(List<DetectedObject> objects)
Set the objects value.
-