diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index f16a81b3..dfe0a35b 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -8838,7 +8838,7 @@ }, "numeralStyle": { "type": "string", - "description": "This controls how numbers are formatted in the transcription output.\n\n@default 'written'", + "description": "This controls how numbers, dates, currencies, and other entities are formatted in the transcription output.\n\n@default 'written'", "example": "spoken", "enum": [ "written", @@ -8846,12 +8846,6 @@ ], "default": "written" }, - "enableEntities": { - "type": "boolean", - "description": "This enables detection of non-speech audio events like music, applause, and laughter.\n\n@default false", - "example": true, - "default": false - }, "endOfTurnSensitivity": { "type": "number", "description": "This is the sensitivity level for end-of-turn detection, which determines when a speaker has finished talking. Higher values are more sensitive.\n\n@default 0.5", @@ -10628,7 +10622,7 @@ }, "numeralStyle": { "type": "string", - "description": "This controls how numbers are formatted in the transcription output.\n\n@default 'written'", + "description": "This controls how numbers, dates, currencies, and other entities are formatted in the transcription output.\n\n@default 'written'", "example": "spoken", "enum": [ "written", @@ -10636,12 +10630,6 @@ ], "default": "written" }, - "enableEntities": { - "type": "boolean", - "description": "This enables detection of non-speech audio events like music, applause, and laughter.\n\n@default false", - "example": true, - "default": false - }, "endOfTurnSensitivity": { "type": "number", "description": "This is the sensitivity level for end-of-turn detection, which determines when a speaker has finished talking. Higher values are more sensitive.\n\n@default 0.5",