Class DetectedTextBlock
java.lang.Object
com.azure.ai.vision.imageanalysis.models.DetectedTextBlock
Represents a single block of detected text in the image.
-
Method Summary
Modifier and TypeMethodDescriptiongetLines()Get the lines property: A list of text lines in this block.
-
Method Details
-
getLines
Get the lines property: A list of text lines in this block.- Returns:
- the lines value.
-