react-native-vision-cameraFunctions
isScannedCode
function isScannedCode(object: ScannedObject): object is ScannedCodeReturns true if the given ScannedObject
is a ScannedCode - a subclass of ScannedObject
that provides a machine readable code with corner points.