nativescript-plugin-firebase-ssi
Version:
9 lines (8 loc) • 487 B
TypeScript
import { MLKitObjectDetectionOptions, MLKitObjectDetectionResult } from "./";
import { MLKitObjectDetection as MLKitObjectDetectionBase } from "./objectdetection-common";
export declare class MLKitObjectDetection extends MLKitObjectDetectionBase {
protected createDetector(): any;
protected createSuccessListener(): any;
protected rotateRecording(): boolean;
}
export declare function detectObjects(options: MLKitObjectDetectionOptions): Promise<MLKitObjectDetectionResult>;