Dictionary

The Dictionary feature allows a list of words to be added for each transcription job. This helps when a specific word is not recognised during transcription.

Dictionary Property Reference

Field Name Required Type Description Format

created

Date

The time when this resource was created

date-time

createdBy

String

The request or process that created this resource

creatorId

Long

The id of the user who created this resource

int64

description

String

domain

String

entries

List of DictionaryEntry

entryCount

Integer

int32

id

Long

The id of this resource

int64

label

String

language

String

lastUpdated

Date

The time when this resource was last updated

date-time

modifiedBy

String

The request or process responsible for the last update of this resource

objectType

String

The data model type or class name of this resource

productionId

Long

int64

version

Long

The version of this resource, used for Optimistic Locking

int64

DictionaryEntry Property Reference

Field Name Required Type Description Format

content

String

id

String

metadata

Object

soundsLike

List of string

Data Model

Each dictionary consists of a list of entries (limited to 1000). Each entry consist of the following properties:

  • content: the actual word (or words)

  • metadata: a placeholder for storing additional application specific data

  • id: the identifier of the entry

  • soundsLike: string array