Package io.anyline.plugin.config
Class CommercialTireIdConfig
-
- All Implemented Interfaces:
public class CommercialTireIdConfigConfiguration for scanning commercial Tire IDs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCommercialTireIdConfig.UpsideDownModeSets whether the text shall also be scanned upside-down.
-
Field Summary
Fields Modifier and Type Field Description public CommercialTireIdConfig.UpsideDownModeupsideDownModepublic IntegerminConfidencepublic StringvalidationRegex
-
Constructor Summary
Constructors Constructor Description CommercialTireIdConfig()
-
Method Summary
Modifier and Type Method Description CommercialTireIdConfig.UpsideDownModegetUpsideDownMode()Sets whether the text shall also be scanned upside-down. voidsetUpsideDownMode(CommercialTireIdConfig.UpsideDownMode upsideDownMode)Sets whether the text shall also be scanned upside-down. IntegergetMinConfidence()Sets a minimum confidence which has to be reached in order to trigger a scan result. voidsetMinConfidence(Integer minConfidence)Sets a minimum confidence which has to be reached in order to trigger a scan result. StringgetValidationRegex()Sets a regular expression which the commercial tire id text needs to match in order to trigger a scan result. voidsetValidationRegex(String validationRegex)Sets a regular expression which the commercial tire id text needs to match in order to trigger a scan result. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getUpsideDownMode
CommercialTireIdConfig.UpsideDownMode getUpsideDownMode()
Sets whether the text shall also be scanned upside-down.
-
setUpsideDownMode
void setUpsideDownMode(CommercialTireIdConfig.UpsideDownMode upsideDownMode)
Sets whether the text shall also be scanned upside-down.
-
getMinConfidence
Integer getMinConfidence()
Sets a minimum confidence which has to be reached in order to trigger a scan result.
-
setMinConfidence
void setMinConfidence(Integer minConfidence)
Sets a minimum confidence which has to be reached in order to trigger a scan result.
-
getValidationRegex
String getValidationRegex()
Sets a regular expression which the commercial tire id text needs to match in order to trigger a scan result.
-
setValidationRegex
void setValidationRegex(String validationRegex)
Sets a regular expression which the commercial tire id text needs to match in order to trigger a scan result.
-
hashCode
int hashCode()
-
-
-
-