Uses of Class
com.applitools.eyes.universal.dto.OCRSearchSettingsDto
-
Packages that use OCRSearchSettingsDto Package Description com.applitools.eyes.universal com.applitools.eyes.universal.dto com.applitools.eyes.universal.mapper -
-
Uses of OCRSearchSettingsDto in com.applitools.eyes.universal
Methods in com.applitools.eyes.universal with parameters of type OCRSearchSettingsDto Modifier and Type Method Description Map<String,List<TextRegion>>CommandExecutor. locateText(ITargetDto target, OCRSearchSettingsDto searchSettingsDto, ConfigurationDto config) -
Uses of OCRSearchSettingsDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return OCRSearchSettingsDto Modifier and Type Method Description OCRSearchSettingsDtoLocateTextDto. getSettings()Methods in com.applitools.eyes.universal.dto with parameters of type OCRSearchSettingsDto Modifier and Type Method Description voidLocateTextDto. setSettings(OCRSearchSettingsDto settings)Constructors in com.applitools.eyes.universal.dto with parameters of type OCRSearchSettingsDto Constructor Description LocateTextDto(ITargetDto target, OCRSearchSettingsDto settings, ConfigurationDto config) -
Uses of OCRSearchSettingsDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return OCRSearchSettingsDto Modifier and Type Method Description static OCRSearchSettingsDtoOCRSearchSettingsMapper. toOCRSearchSettingsDto(TextRegionSettings textRegionSettings)
-