Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions api-reference/health-ai/ekascribe/ekascribe-v2/ekascribe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,24 @@ paths:
- "pa"
- "or"
example: ["en-IN"]

output_language:
type: string
description: Output language for the transcription result
enum:
- "en-IN"
- "en-US"
- "hi"
- "gu"
- "kn"
- "ml"
- "ta"
- "te"
- "bn"
- "mr"
- "pa"
- "or"
example: "en-IN"
speciality:
type: string
description: Medical speciality context for better transcription accuracy
Expand Down
2 changes: 1 addition & 1 deletion api-reference/health-ai/ekascribe/ekascribe-v2/init.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Eka Care supports transcription in multiple languages. Specify the appropriate l

## Supported Output Languages

Eka Care supports generating transcription output in multiple languages. Specify the appropriate language ID in the `output_language` parameter within the `output_format_template`:
Eka Care supports generating transcription output in multiple languages, but only one can be selected at a time. Specify the appropriate language ID in the `output_language` parameter.

| Language ID | Language Name |
|-------------|---------------|
Expand Down