Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.ReadResult
-
Packages that use ReadResult Package Description com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of ReadResult in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return ReadResult Modifier and Type Method Description ReadResult
ReadResult. withAngle(double angle)
Set the angle value.ReadResult
ReadResult. withHeight(double height)
Set the height value.ReadResult
ReadResult. withLanguage(String language)
Set the language value.ReadResult
ReadResult. withLines(List<Line> lines)
Set the lines value.ReadResult
ReadResult. withPage(int page)
Set the page value.ReadResult
ReadResult. withUnit(TextRecognitionResultDimensionUnit unit)
Set the unit value.ReadResult
ReadResult. withWidth(double width)
Set the width value.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return types with arguments of type ReadResult Modifier and Type Method Description List<ReadResult>
AnalyzeResults. readResults()
Get the readResults value.Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.models with type arguments of type ReadResult Modifier and Type Method Description AnalyzeResults
AnalyzeResults. withReadResults(List<ReadResult> readResults)
Set the readResults value.
-