interface AMDResult {
    category: AMDCategory;
    isMachine: boolean;
    rawResponse: string;
    reason: string;
    transcript: string;
}

Properties

category: AMDCategory
isMachine: boolean
rawResponse: string
reason: string
transcript: string