Class DetectedObject
java.lang.Object
com.azure.ai.vision.imageanalysis.models.DetectedObject
Represents a physical object detected in an image.
-
Method Summary
Modifier and TypeMethodDescriptionGet the boundingBox property: A rectangular boundary where the object was detected.getTags()Get the tags property: A single-item list containing the object information.
-
Method Details
-
getBoundingBox
Get the boundingBox property: A rectangular boundary where the object was detected.- Returns:
- the boundingBox value.
-
getTags
Get the tags property: A single-item list containing the object information.- Returns:
- the tags value.
-