Class DetectedObject

java.lang.Object
com.azure.ai.vision.imageanalysis.models.DetectedObject

public final class DetectedObject extends Object
Represents a physical object detected in an image.
  • Method Details

    • getBoundingBox

      public ImageBoundingBox getBoundingBox()
      Get the boundingBox property: A rectangular boundary where the object was detected.
      Returns:
      the boundingBox value.
    • getTags

      public List<DetectedTag> getTags()
      Get the tags property: A single-item list containing the object information.
      Returns:
      the tags value.