We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af62bb commit 99685d9Copy full SHA for 99685d9
hume/models/config/language_config.py
@@ -18,7 +18,6 @@ class LanguageConfig(ModelConfigBase["LanguageConfig"]):
18
This configuration is not available for the streaming API.
19
granularity (Optional[str]): The granularity at which to generate predictions.
20
Values are `word`, `sentence`, or `passage`. Default value is `word`.
21
- This configuration is not available for the streaming API.
22
identify_speakers (Optional[bool]): Whether to return identifiers for speakers over time.
23
If true, unique identifiers will be assigned to spoken words to differentiate different speakers.
24
If false, all speakers will be tagged with an "unknown" ID.
0 commit comments