Uses of Class
com.hp.lft.sdk.ai.AiOCRSettings
Packages that use AiOCRSettings
-
Uses of AiOCRSettings in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return AiOCRSettingsModifier and TypeMethodDescriptionAiOCRSettings.setLanguages
(String languages) Sets the languages to be used by the AI OCR.AiOCRSettings.setLanguages
(String[] languages) Sets the languages to be used by the AI OCR.AiOCRSettings.setOCRType
(OCRType ocrType) Specifies which OCR settings to use for AI-based steps in web tests.Methods in com.hp.lft.sdk.ai with parameters of type AiOCRSettingsModifier and TypeMethodDescriptionstatic void
AiRunSettings.updateOCRSettings
(AiOCRSettings settings) Updates the AI OCR settings.