mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-09 17:20:11 +08:00
This commit is contained in:
@@ -384,6 +384,17 @@ namespace openalprnet
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
property bool MustMatchPattern {
|
||||||
|
bool get()
|
||||||
|
{
|
||||||
|
return this->m_config->mustMatchPattern;
|
||||||
|
}
|
||||||
|
void set(bool value)
|
||||||
|
{
|
||||||
|
this->m_config->mustMatchPattern = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
property String^ OcrLanguage {
|
property String^ OcrLanguage {
|
||||||
String^ get()
|
String^ get()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user