Class ReadResult
java.lang.Object
com.azure.ai.vision.imageanalysis.models.ReadResult
The results of a Read (OCR) operation.
-
Method Summary
Modifier and TypeMethodDescriptionGet the blocks property: A list of text blocks in the image.
-
Method Details
-
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.
-