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