V‑Blaze Python API
When using the V‑Blaze WebAPI with Python, one of the first steps in submitting audio for translation is to create a Stream object. To request emotion information, include emotion=True when creating the stream, as shown in the following example:
s = Stream("test.wav", emotion=True)
When the transcript is returned in JSON format, the emotion information will be present.