Extract sentiments and emotions from the transcript.
The sentiment and emotion analysis model analyzes the transcript, detecting the general sentiment which is conveyed in each sentence (positive, neutral or negative) as well as any emotion that is being expressed.
Your transcription result will contain a sentiment_analysis key which will contain an array of all sentences in the audio, and for each one the conveyed sentiment and expressed emotion. See possible values below.
When diarization is enabled, the sentiment analysis output will contain the speaker as well, allowing you to analyze each speaker separately.