Class AzureGroundingEnhancementLine

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

public final class AzureGroundingEnhancementLine extends Object
A content line object consisting of an adjacent sequence of content elements, such as words and selection marks.
  • Method Details

    • getText

      public String getText()
      Get the text property: The text within the line.
      Returns:
      the text value.
    • getSpans

      Get the spans property: An array of spans that represent detected objects and its bounding box information.
      Returns:
      the spans value.