Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.OcrLine
-
Packages that use OcrLine Package Description com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of OcrLine in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return OcrLine Modifier and Type Method Description OcrLine
OcrLine. withBoundingBox(String boundingBox)
Set the boundingBox value.OcrLine
OcrLine. withWords(List<OcrWord> words)
Set the words value.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return types with arguments of type OcrLine Modifier and Type Method Description List<OcrLine>
OcrRegion. lines()
Get the lines value.Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.models with type arguments of type OcrLine Modifier and Type Method Description OcrRegion
OcrRegion. withLines(List<OcrLine> lines)
Set the lines value.
-