Skip to content

Commit b27fba2

Browse files
authored
Merge pull request #109 from AssemblyAI/EA17A79D514289B819B9AE7C9AB1132F
Sync from internal repo (2025/10/22)
2 parents d65b8af + cd45633 commit b27fba2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assemblyai",
3-
"version": "4.18.0",
3+
"version": "4.18.1",
44
"description": "The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.",
55
"engines": {
66
"node": ">=18"

src/types/openapi.generated.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,6 +2551,10 @@ export type Transcript = {
25512551
* The confidence score for the detected language, between 0.0 (low confidence) and 1.0 (high confidence)
25522552
*/
25532553
language_confidence: number | null;
2554+
/**
2555+
* List of language codes detected in the audio file when language detection is enabled
2556+
*/
2557+
language_codes: LiteralUnion<TranscriptLanguageCode, string>[] | null;
25542558
/**
25552559
* The confidence threshold for the automatically detected language.
25562560
* An error will be returned if the language confidence is below this threshold.

0 commit comments

Comments
 (0)