Platforms to show: All Mac Windows Linux Cross-Platform

Back to VNRecognizeTextRequestMBS class.

VNRecognizeTextRequestMBS.Constructor(DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 19.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The constructor.

When work is done, the optional delegate method is invoked to provide result on success or error on failure.

VNRecognizeTextRequestMBS.customWords as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 19.4 ✅ Yes ❌ No ❌ No ✅ Yes All
An array of strings to supplement the recognized languages at the word recognition stage.

The customWords list takes precedence over the standard lexicon.

VNRecognizeTextRequestMBS.recognitionLanguages as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 19.4 ✅ Yes ❌ No ❌ No ✅ Yes All
An array of languages to detect, in priority order.

The order of the languages in the array defines the order in which languages are used during language processing and text recognition.
Specify the languages as ISO language codes.

VNRecognizeTextRequestMBS.setCustomWords(customWords() as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 19.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets an array of strings to supplement the recognized languages at the word recognition stage.

The customWords list takes precedence over the standard lexicon.

VNRecognizeTextRequestMBS.setProgressHandler(ProgressHandler as VNProgressHandlerMBS, tag as variant = nil)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 19.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets progress handler.

The progress handler is an optional delegate that allows clients of the request to report progress to the user or to display partial results as they become available.

VNRecognizeTextRequestMBS.setRecognitionLanguages(recognitionLanguages() as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 19.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets array of languages to detect, in priority order.

The order of the languages in the array defines the order in which languages are used during language processing and text recognition.
Specify the languages as ISO language codes.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...