Package version:

Response body for group face operation.

interface GroupingResultOutput {
    groups: {};
    messyGroup: {};
}

Properties

Properties

groups: {}

A partition of the original faces based on face similarity. Groups are ranked by number of faces.

Type declaration

    messyGroup: {}

    Face ids array of faces that cannot find any similar faces from original faces.

    Type declaration