UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
10 lines (9 loc) 181 B
/** * The json payload for content assessment options */ export interface ContentAssessmentOptions { /** * The topic for content assessment. */ topic: string; }