Class AzureGroundingEnhancement

java.lang.Object
com.azure.ai.openai.models.AzureGroundingEnhancement

public final class AzureGroundingEnhancement extends Object
The grounding enhancement that returns the bounding box of the objects detected in the image.
  • Method Details

    • getLines

      public List<AzureGroundingEnhancementLine> getLines()
      Get the lines property: The lines of text detected by the grounding enhancement.
      Returns:
      the lines value.