Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.RecognizePrintedTextOptionalParameter
-
Packages that use RecognizePrintedTextOptionalParameter Package Description com.microsoft.azure.cognitiveservices.vision.computervision This package contains the classes for ComputerVisionClient.com.microsoft.azure.cognitiveservices.vision.computervision.implementation This package contains the implementation classes for ComputerVisionClient.com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of RecognizePrintedTextOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision with parameters of type RecognizePrintedTextOptionalParameter Modifier and Type Method Description OcrResult
ComputerVision. recognizePrintedText(boolean detectOrientation, String url, RecognizePrintedTextOptionalParameter recognizePrintedTextOptionalParameter)
Optical Character Recognition (OCR) detects text in an image and extracts the recognized characters into a machine-usable character stream.rx.Observable<OcrResult>
ComputerVision. recognizePrintedTextAsync(boolean detectOrientation, String url, RecognizePrintedTextOptionalParameter recognizePrintedTextOptionalParameter)
Optical Character Recognition (OCR) detects text in an image and extracts the recognized characters into a machine-usable character stream. -
Uses of RecognizePrintedTextOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with parameters of type RecognizePrintedTextOptionalParameter Modifier and Type Method Description OcrResult
ComputerVisionImpl. recognizePrintedText(boolean detectOrientation, String url, RecognizePrintedTextOptionalParameter recognizePrintedTextOptionalParameter)
Optical Character Recognition (OCR) detects text in an image and extracts the recognized characters into a machine-usable character stream.rx.Observable<OcrResult>
ComputerVisionImpl. recognizePrintedTextAsync(boolean detectOrientation, String url, RecognizePrintedTextOptionalParameter recognizePrintedTextOptionalParameter)
Optical Character Recognition (OCR) detects text in an image and extracts the recognized characters into a machine-usable character stream.com.microsoft.rest.ServiceFuture<OcrResult>
ComputerVisionImpl. recognizePrintedTextAsync(boolean detectOrientation, String url, RecognizePrintedTextOptionalParameter recognizePrintedTextOptionalParameter, com.microsoft.rest.ServiceCallback<OcrResult> serviceCallback)
Optical Character Recognition (OCR) detects text in an image and extracts the recognized characters into a machine-usable character stream.rx.Observable<com.microsoft.rest.ServiceResponse<OcrResult>>
ComputerVisionImpl. recognizePrintedTextWithServiceResponseAsync(boolean detectOrientation, String url, RecognizePrintedTextOptionalParameter recognizePrintedTextOptionalParameter)
Optical Character Recognition (OCR) detects text in an image and extracts the recognized characters into a machine-usable character stream. -
Uses of RecognizePrintedTextOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return RecognizePrintedTextOptionalParameter Modifier and Type Method Description RecognizePrintedTextOptionalParameter
RecognizePrintedTextOptionalParameter. withLanguage(OcrLanguages language)
Set the language value.RecognizePrintedTextOptionalParameter
RecognizePrintedTextOptionalParameter. withModelVersion(String modelVersion)
Set the modelVersion value.RecognizePrintedTextOptionalParameter
RecognizePrintedTextOptionalParameter. withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-