react-native-vision-cameraType aliases
ScannedObjectType
type ScannedObjectType =
| "codabar"
| "code-39"
| "code-39-mod-43"
| "code-93"
| "code-128"
| "ean-8"
| "ean-13"
| "gs1-data-bar"
| "gs1-data-bar-expanded"
| "gs1-data-bar-limited"
| "interleaved-2-of-5"
| "itf-14"
| "upc-e"
| "aztec"
| "data-matrix"
| "micro-pdf-417"
| "micro-qr"
| "pdf-417"
| "qr"
| "human-body"
| "human-full-body"
| "dog-head"
| "dog-body"
| "cat-head"
| "cat-body"
| "face"
| "salient-object"
| "unknown"Represents the type of a ScannedObject.