Class ReadResult

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

public final class ReadResult extends Object
The results of a Read (OCR) operation.
  • Method Details

    • getBlocks

      public List<DetectedTextBlock> getBlocks()
      Get the blocks property: A list of text blocks in the image. At the moment only one block is returned, containing all the text detected in the image.
      Returns:
      the blocks value.