UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
18 lines (17 loc) 309 B
/** * The sentiment analysis configuration */ export interface SentimentAnalysis { /** * Whether sentiment analysis is enabled */ enabled?: boolean; /** * Whether to show stats */ showStats?: boolean; /** * The model version */ modelVersion?: string; }