Uses of Enum Class
com.hp.lft.sdk.ai.OCRType
Packages that use OCRType
-
Uses of OCRType in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return OCRTypeModifier and TypeMethodDescriptionstatic OCRType
AiRunSettings.getOCREngineProvider()
Retrieves the OCR provider used at runtimestatic OCRType
Returns the enum constant of this class with the specified name.static OCRType[]
OCRType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.ai with parameters of type OCRTypeModifier and TypeMethodDescriptionAiOCRSettings.setOCRType
(OCRType ocrType) Specifies which OCR settings to use for AI-based steps in web tests.