Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 2.15 KB

File metadata and controls

41 lines (34 loc) · 2.15 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content noTitleIndex breadcrumbText
default-layout
API Reference - Dynamsoft Capture Vision React Native Edition
This page is the index of React Native API reference
API reference
true
true
true
API Index

React Native API Reference

Classes

Classes Description
DynamsoftCameraView The componment class that helps you quickly deploy a camera module and capture video input for barcodes, labels or documents scanning.
DynamsoftBarcodeReader The functional class that contains barcode decoding related APIs.

Interfaces

Interfaces Description
DBRRuntimeSettings Interface of Barcode settings.
BarcodeResult Interface of barcode results. Barcode result can be acquired from result callback when using video barcode decoding.
BarcodeLocationResult The location result of the detected barcodes.
Quadrilateral The interface that stores the vertex coordinates of a quadrilateral.
Point The interface that stores the x and y coordinates of the point.
Region The interface of region. Users can configure region of interest.
Rect The interface of rect.
TorchButton The interface of torch button. It includes the properities that determines the location, visibility and image of the torch button.

Enumerations

Interfaces Description
EnumBarcodeFormat The enumeration stores the first group of barcode formats.
EnumBarcodeFormat_2 The enumeration stores the second group of barcode formats.
EnumDBRPresetTemplate The enumeration stores the preset barcode decoding templates.
EnumTorchState The enumeration of torch state.