Optional
barcodeSpecifies the basic settings for the barcode reader module. It is of type SimplifiedBarcodeReaderSettings.
Optional
capturedSpecifies the types of result items that are expected to be returned. It is of type EnumCapturedResultItemType.
Optional
documentSpecifies the basic settings for the document normalizer module. It is of type SimplifiedDocumentNormalizerSettings.
Optional
labelSpecifies the basic settings for the label recognizer module. It is of type SimplifiedLabelRecognizerSettings.
Optional
maxSpecifies the maximum number of parallel tasks(in native) that can be used for image capture and recognition.
Optional
minSpecifies the shortest time span, in milliseconds, that must elapse between two successive image captures. Opting for a higher interval decreases capture frequency, which can lower the system's processing load and conserve energy. On the other hand, a smaller interval value increases the frequency of image captures, enhancing the system's responsiveness.
Optional
roiDesignates the region of interest (ROI) within an image, limiting the image processing activities exclusively to this specified area. It is of type Quadrilateral.
Optional
roiDetermines if the coordinates for the region of interest (ROI) are expressed in percentage terms (true) or as exact pixel measurements (false).
Optional
timeoutSpecifies the maximum time (in milliseconds) allowed for image capture and recognition.
The SimplifiedCaptureVisionSettings interface provides a standardized way to adjust a select set of settings for a given CaptureVisionTemplate.
See