Initializes a new instance of the
ImGearRecognition class and specifies whether it should create its own unique collection of Recognition settings or use the shared global settings.
Syntax
'Declaration
Public Function New( _
ByVal As Boolean _
)
'Usage
Dim createUnique As Boolean
Dim instance As New ImGearRecognition(createUnique)
public ImGearRecognition(
bool
)
public: ImGearRecognition(
bool
)
public:
ImGearRecognition(
bool
)
Parameters
- createUnique
- Indicates whether the new instance creates its own
unique collection of Recognition engine settings, or uses the shared global
settings.
See Also