Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.ReadOptionalParameter
-
Packages that use ReadOptionalParameter 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 ReadOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision with parameters of type ReadOptionalParameter Modifier and Type Method Description void
ComputerVision. read(String url, ReadOptionalParameter readOptionalParameter)
Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents.rx.Observable<Void>
ComputerVision. readAsync(String url, ReadOptionalParameter readOptionalParameter)
Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents. -
Uses of ReadOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with parameters of type ReadOptionalParameter Modifier and Type Method Description void
ComputerVisionImpl. read(String url, ReadOptionalParameter readOptionalParameter)
Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents.rx.Observable<Void>
ComputerVisionImpl. readAsync(String url, ReadOptionalParameter readOptionalParameter)
Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents.com.microsoft.rest.ServiceFuture<Void>
ComputerVisionImpl. readAsync(String url, ReadOptionalParameter readOptionalParameter, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Void,ReadHeaders>>
ComputerVisionImpl. readWithServiceResponseAsync(String url, ReadOptionalParameter readOptionalParameter)
Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents. -
Uses of ReadOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return ReadOptionalParameter Modifier and Type Method Description ReadOptionalParameter
ReadOptionalParameter. withLanguage(OcrDetectionLanguage language)
Set the language value.ReadOptionalParameter
ReadOptionalParameter. withModelVersion(String modelVersion)
Set the modelVersion value.ReadOptionalParameter
ReadOptionalParameter. withPages(List<String> pages)
Set the pages value.ReadOptionalParameter
ReadOptionalParameter. withReadingOrder(String readingOrder)
Set the readingOrder value.ReadOptionalParameter
ReadOptionalParameter. withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-