OptionalbarcodeSpecifies the basic settings for the barcode reader module. It is of type SimplifiedBarcodeReaderSettings.
OptionaldocumentSpecifies the basic settings for the document normalizer module. It is of type SimplifiedDocumentNormalizerSettings.
OptionallabelSpecifies the basic settings for the label recognizer module. It is of type SimplifiedLabelRecognizerSettings.
OptionalmaxSpecifies the maximum number of parallel tasks(in native) that can be used for image capture and recognition.
OptionalminSpecifies 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.
OptionaloutputSpecifies whether to output the original image.
OptionalroiDesignates the region of interest (ROI) within an image, limiting the image processing activities exclusively to this specified area. It is of type Quadrilateral.
OptionalroiDetermines if the coordinates for the region of interest (ROI) are expressed in percentage terms (true) or as exact pixel measurements (false).
OptionaltimeoutSpecifies 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