Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.Line
-
Packages that use Line Package Description com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of Line in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return Line Modifier and Type Method Description Line
Line. withAppearance(Appearance appearance)
Set the appearance value.Line
Line. withBoundingBox(List<Double> boundingBox)
Set the boundingBox value.Line
Line. withLanguage(String language)
Set the language value.Line
Line. withText(String text)
Set the text value.Line
Line. withWords(List<Word> words)
Set the words value.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return types with arguments of type Line Modifier and Type Method Description List<Line>
ReadResult. lines()
Get the lines value.Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.models with type arguments of type Line Modifier and Type Method Description ReadResult
ReadResult. withLines(List<Line> lines)
Set the lines value.
-