Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.OcrResult
-
Packages that use OcrResult 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 OcrResult in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision that return OcrResult Modifier and Type Method Description OcrResult
ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithExecute. execute()
Execute the request.OcrResult
ComputerVision.ComputerVisionRecognizePrintedTextInStreamDefinitionStages.WithExecute. execute()
Execute the request.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.OcrResult
ComputerVision. recognizePrintedTextInStream(boolean detectOrientation, byte[] image, RecognizePrintedTextInStreamOptionalParameter recognizePrintedTextInStreamOptionalParameter)
Optical Character Recognition (OCR) detects text in an image and extracts the recognized characters into a machine-usable character stream.Methods in com.microsoft.azure.cognitiveservices.vision.computervision that return types with arguments of type OcrResult Modifier and Type Method Description rx.Observable<OcrResult>
ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithExecute. executeAsync()
Execute the request asynchronously.rx.Observable<OcrResult>
ComputerVision.ComputerVisionRecognizePrintedTextInStreamDefinitionStages.WithExecute. executeAsync()
Execute the request asynchronously.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.rx.Observable<OcrResult>
ComputerVision. recognizePrintedTextInStreamAsync(boolean detectOrientation, byte[] image, RecognizePrintedTextInStreamOptionalParameter recognizePrintedTextInStreamOptionalParameter)
Optical Character Recognition (OCR) detects text in an image and extracts the recognized characters into a machine-usable character stream. -
Uses of OcrResult in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation that return OcrResult 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.OcrResult
ComputerVisionImpl. recognizePrintedTextInStream(boolean detectOrientation, byte[] image, RecognizePrintedTextInStreamOptionalParameter recognizePrintedTextInStreamOptionalParameter)
Optical Character Recognition (OCR) detects text in an image and extracts the recognized characters into a machine-usable character stream.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation that return types with arguments of type OcrResult Modifier and Type Method Description 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<OcrResult>
ComputerVisionImpl. recognizePrintedTextInStreamAsync(boolean detectOrientation, byte[] image, RecognizePrintedTextInStreamOptionalParameter recognizePrintedTextInStreamOptionalParameter)
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. recognizePrintedTextInStreamAsync(boolean detectOrientation, byte[] image, RecognizePrintedTextInStreamOptionalParameter recognizePrintedTextInStreamOptionalParameter, 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. recognizePrintedTextInStreamWithServiceResponseAsync(boolean detectOrientation, byte[] image, OcrLanguages language, String modelVersion)
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. recognizePrintedTextInStreamWithServiceResponseAsync(boolean detectOrientation, byte[] image, RecognizePrintedTextInStreamOptionalParameter recognizePrintedTextInStreamOptionalParameter)
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, OcrLanguages language, String modelVersion)
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.Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with type arguments of type OcrResult Modifier and Type Method Description 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.com.microsoft.rest.ServiceFuture<OcrResult>
ComputerVisionImpl. recognizePrintedTextInStreamAsync(boolean detectOrientation, byte[] image, RecognizePrintedTextInStreamOptionalParameter recognizePrintedTextInStreamOptionalParameter, 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. -
Uses of OcrResult in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return OcrResult Modifier and Type Method Description OcrResult
OcrResult. withLanguage(String language)
Set the language value.OcrResult
OcrResult. withModelVersion(String modelVersion)
Set the modelVersion value.OcrResult
OcrResult. withOrientation(String orientation)
Set the orientation value.OcrResult
OcrResult. withRegions(List<OcrRegion> regions)
Set the regions value.OcrResult
OcrResult. withTextAngle(double textAngle)
Set the textAngle value.
-