@bigin/ns-firebase
Version:
8 lines (7 loc) • 439 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;
}
export declare function detectObjects(options: MLKitObjectDetectionOptions): Promise<MLKitObjectDetectionResult>;