Skip to content

Commit 55eea33

Browse files
mez171AssemblyAI
andauthored
chore: sync sdk code with DeepLearning repo (#198)
Co-authored-by: AssemblyAI <engineering.sdk@assemblyai.com>
1 parent 223406a commit 55eea33

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

assemblyai/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.64.1"
1+
__version__ = "0.64.2"

assemblyai/types.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,10 @@ class LanguageDetectionOptions(BaseModel):
603603
None,
604604
description="If True, route German language requests as Swiss German audio. Only applies when language_detection is enabled and German is detected.",
605605
)
606+
language_detection_model: Optional[str] = Field(
607+
None,
608+
description="The language detection model to use.",
609+
)
606610

607611

608612
class CodeSwitchingLanguage(BaseModel):

0 commit comments

Comments
 (0)