Constructors

Properties

Methods

Constructors

  • Parameters

    • Optionaloptions: {
          groupIds?: string[];
          limit?: number;
          threshold?: number;
      }
      • OptionalgroupIds?: string[]
      • Optionallimit?: number
      • Optionalthreshold?: number

    Returns FaceApiSearchParams

Properties

groupIds?: string[]

The IDs of the groups in which the search is performed.

limit: number

The number of returned Persons limit.

100
threshold: number

The similarity distance threshold, should be between 0.0 and 2.0, where 0.0 is for returning results for only the most similar persons and 2.0 is for all the persons, even the dissimilar ones. If not set, the default 1.0 value is used.

1

Methods