Package version:

Interface CreateLargeFaceListBodyParam

interface CreateLargeFaceListBodyParam {
    body?: {
        name: string;
        recognitionModel?: string;
        userData?: string;
    };
}

Properties

Properties

body?: {
    name: string;
    recognitionModel?: string;
    userData?: string;
}

Type declaration

  • name: string
  • Optional recognitionModel?: string
  • Optional userData?: string