Skip to content

Commit 99685d9

Browse files
Support granularity in StreamClient (#47)
1 parent 8af62bb commit 99685d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hume/models/config/language_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class LanguageConfig(ModelConfigBase["LanguageConfig"]):
1818
This configuration is not available for the streaming API.
1919
granularity (Optional[str]): The granularity at which to generate predictions.
2020
Values are `word`, `sentence`, or `passage`. Default value is `word`.
21-
This configuration is not available for the streaming API.
2221
identify_speakers (Optional[bool]): Whether to return identifiers for speakers over time.
2322
If true, unique identifiers will be assigned to spoken words to differentiate different speakers.
2423
If false, all speakers will be tagged with an "unknown" ID.

0 commit comments

Comments
 (0)