Package version:

Interface LivenessOutputsTargetOutput

The liveness classification for target face.

interface LivenessOutputsTargetOutput {
    faceRectangle: FaceRectangleOutput;
    fileName: string;
    imageType: string;
    timeOffsetWithinFile: number;
}

Properties

faceRectangle: FaceRectangleOutput

The face region where the liveness classification was made on.

fileName: string

The file name which contains the face rectangle where the liveness classification was made on.

imageType: string

The image type which contains the face rectangle where the liveness classification was made on.

timeOffsetWithinFile: number

The time offset within the file of the frame which contains the face rectangle where the liveness classification was made on.