Click or drag to resize

TextRecognitionSettings Class

Manages the list of window classes that are identified via the Text Recognition engine.
Inheritance Hierarchy
SystemObject
  SmartBear.TestLeft.OptionsEngineOptions
    SmartBear.TestLeft.OptionsTextRecognitionSettings

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public class TextRecognitionSettings : EngineOptions

The TextRecognitionSettings type exposes the following members.

Methods
  NameDescription
Public methodAddWindow
Adds a window class to the list of window classes identified via the Text Recognition engine.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWindowList
Gets a list of window classes identified via the Text Recognition engine.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveAllWindows
Clears the list of window classes identified via the Text Recognition engine.
Public methodToString
Converts the list of window classes identified via the Text Recognition engine to a string.
(Overrides ObjectToString.)
Top
See Also