@regulaforensics/document-reader
    Preparing search index...

    Class FaceApiSearchParams

    Index
    • Parameters

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

      Returns FaceApiSearchParams

    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
    
    • Allows you to deserialize object.

      Parameters

      • jsonObject: any

      Returns FaceApiSearchParams