public static interface IRecognitionService.ExtendedSettings
Modifier and Type | Method and Description |
---|---|
int |
getProcessingThreadsCount()
Gets the number of processing threads to be used by the service.
|
void |
setNamedProperty(java.lang.String name,
java.lang.Object value)
Sets the named property of extended settings.
|
void |
setProcessingThreadsCount(int threadsCount)
Sets the number of processing threads to be used by the service.
|
int getProcessingThreadsCount()
void setProcessingThreadsCount(int threadsCount)
threadsCount
- the new number of threads, zero if the number should be determined
automatically (default is zero)void setNamedProperty(java.lang.String name, java.lang.Object value)
IRecognitionService.start(int, int, int, Rect)
name
- the name of the propertyvalue
- the value of the property