We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a8640 commit 07f8f66Copy full SHA for 07f8f66
1 file changed
assemblyai/streaming/v3/models.py
@@ -66,6 +66,9 @@ class Encoding(str, Enum):
66
pcm_s16le = "pcm_s16le"
67
pcm_mulaw = "pcm_mulaw"
68
69
+ def __str__(self):
70
+ return self.value
71
+
72
73
class StreamingParameters(StreamingSessionParameters):
74
sample_rate: int
0 commit comments