Constructors
constructor
- new Pronunciation(seq: number, raw: string, rawType: string, id: string, attributionText: string, attributionUrl: string): Pronunciation
Parameters
seq: number
raw: string
rawType: string
id: string
attributionText: string
attributionUrl: string
Properties
Readonly attributionText
attributionText: string
Readonly attributionUrl
attributionUrl: string
Readonly rawType
rawType: string
Describes the pronunciation of a word.
This needs some more documentation, feel free to make a PR.