Optional _onOptional backgroundOptional container?: { accessKey?: string; readonly accessKeyLabel?: string; autocapitalize?: string; dir?: string; draggable?: boolean; hidden?: boolean; inert?: boolean; innerText?: string; lang?: string; readonly offsetHeight?: number; ... 288 more ...; focus?: (options?: FocusOptions) => void; }Optional containerThe container HTML element id of Scanbot Web SDK camera. Required when 'container' property is left undefined when calling any ScanbotSDK createScanner function If both are provided, 'container' property takes precedence.
Optional finder?: { Optional mirrored?: booleanOptional onError callback of the SDK. If any error was reported, your scanner might not be scanning anymore, e.g. due to an out-of-memory error.
Optional onOptional preferredCamera id or camera label. A list of available cameras can be obtained from ScanbotSDK.cameras.
Optional previewIn FIT_IN – Fits the entire preview (camera) frame into the view. If aspect ratio does not fit, will contain black edges
Optional scannerOptional spinnerOptional userOptional videoScanbotCameraView video constraints
Optional zoom?: numberDigital zoom level of the video stream. Defaults to 1.0. Please note that this is not the same as the optical zoom of the camera.
Generated using TypeDoc
The container HTML element of Scanbot Web SDK camera. Required when 'containerId' property is left undefined when calling any ScanbotSDK createScanner function. If both are provided, 'container' property takes precedence.