Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.OcrLanguages
-
Packages that use OcrLanguages 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 OcrLanguages in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision with parameters of type OcrLanguages Modifier and Type Method Description ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithExecute
ComputerVision.ComputerVisionRecognizePrintedTextDefinitionStages.WithAllOptions. withLanguage(OcrLanguages language)
The BCP-47 language code of the text to be detected in the image.ComputerVision.ComputerVisionRecognizePrintedTextInStreamDefinitionStages.WithExecute
ComputerVision.ComputerVisionRecognizePrintedTextInStreamDefinitionStages.WithAllOptions. withLanguage(OcrLanguages language)
The BCP-47 language code of the text to be detected in the image. -
Uses of OcrLanguages in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with parameters of type OcrLanguages Modifier and Type Method Description 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. 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. -
Uses of OcrLanguages in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return OcrLanguages Modifier and Type Method Description static OcrLanguages
OcrLanguages. fromString(String value)
Parses a serialized value to a OcrLanguages instance.OcrLanguages
RecognizePrintedTextInStreamOptionalParameter. language()
Get the language value.OcrLanguages
RecognizePrintedTextOptionalParameter. language()
Get the language value.static OcrLanguages
OcrLanguages. valueOf(String name)
Returns the enum constant of this type with the specified name.static OcrLanguages[]
OcrLanguages. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models with parameters of type OcrLanguages Modifier and Type Method Description RecognizePrintedTextInStreamOptionalParameter
RecognizePrintedTextInStreamOptionalParameter. withLanguage(OcrLanguages language)
Set the language value.RecognizePrintedTextOptionalParameter
RecognizePrintedTextOptionalParameter. withLanguage(OcrLanguages language)
Set the language value.
-