Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.ReadInStreamOptionalParameter
-
Packages that use ReadInStreamOptionalParameter 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 ReadInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision with parameters of type ReadInStreamOptionalParameter Modifier and Type Method Description void
ComputerVision. readInStream(byte[] image, ReadInStreamOptionalParameter readInStreamOptionalParameter)
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. readInStreamAsync(byte[] image, ReadInStreamOptionalParameter readInStreamOptionalParameter)
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 ReadInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with parameters of type ReadInStreamOptionalParameter Modifier and Type Method Description void
ComputerVisionImpl. readInStream(byte[] image, ReadInStreamOptionalParameter readInStreamOptionalParameter)
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. readInStreamAsync(byte[] image, ReadInStreamOptionalParameter readInStreamOptionalParameter)
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. readInStreamAsync(byte[] image, ReadInStreamOptionalParameter readInStreamOptionalParameter, 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,ReadInStreamHeaders>>
ComputerVisionImpl. readInStreamWithServiceResponseAsync(byte[] image, ReadInStreamOptionalParameter readInStreamOptionalParameter)
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 ReadInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return ReadInStreamOptionalParameter Modifier and Type Method Description ReadInStreamOptionalParameter
ReadInStreamOptionalParameter. withLanguage(OcrDetectionLanguage language)
Set the language value.ReadInStreamOptionalParameter
ReadInStreamOptionalParameter. withModelVersion(String modelVersion)
Set the modelVersion value.ReadInStreamOptionalParameter
ReadInStreamOptionalParameter. withPages(List<String> pages)
Set the pages value.ReadInStreamOptionalParameter
ReadInStreamOptionalParameter. withReadingOrder(String readingOrder)
Set the readingOrder value.ReadInStreamOptionalParameter
ReadInStreamOptionalParameter. withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-