UNPKG

nativescript-plugin-firebase-updated

Version:
10 lines (9 loc) 459 B
import { Property } from "@nativescript/core/ui/core/properties"; import { MLKitCameraView } from "../mlkit-cameraview"; export declare const localModelResourceFolderProperty: any; export declare const confidenceThresholdProperty: Property<MLKitAutoML, number>; export declare abstract class MLKitAutoML extends MLKitCameraView { static scanResultEvent: string; protected localModelResourceFolder: string; protected confidenceThreshold: number; }