Class OcrLine
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.vision.computervision.models.OcrLine
-
public class OcrLine extends Object
An object describing a single recognized line of text.
-
-
Constructor Summary
Constructors Constructor Description OcrLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
boundingBox()
Get the boundingBox value.OcrLine
withBoundingBox(String boundingBox)
Set the boundingBox value.OcrLine
withWords(List<OcrWord> words)
Set the words value.List<OcrWord>
words()
Get the words value.
-