@regulaforensics/face-sdk
    Preparing search index...

    Class SearchPersonRequest

    Request object that configures Search settings.

    Index
    • Create SearchPersonRequest object.

      Parameters

      • image: ImageUpload

        Image Upload object to apply search with.

      • Optionaloptions: {
            detectAll?: boolean;
            groupIdsForSearch?: string[];
            limit?: number;
            outputImageParams?: OutputImageParams;
            tag?: string;
            threshold?: number;
        }

      Returns SearchPersonRequest