Package version:

Accessory item and corresponding confidence level.

interface AccessoryItemOutput {
    confidence: number;
    type: string;
}

Properties

Properties

confidence: number

Confidence level of the accessory type. Range between [0,1].

type: string

Type of the accessory.