Class DetectedTextBlock

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

public final class DetectedTextBlock extends Object
Represents a single block of detected text in the image.
  • Method Details

    • getLines

      public List<DetectedTextLine> getLines()
      Get the lines property: A list of text lines in this block.
      Returns:
      the lines value.