Constructors
constructor
- new AudioMetadata(commentCount: number, createdBy: string, createdAt: string, id: number, word: string, duration: number, audioType: string, attributionText: string, attributionUrl: string, fileUrl: string): AudioMetadata
Parameters
commentCount: number
createdBy: string
createdAt: string
id: number
word: string
duration: number
audioType: string
attributionText: string
attributionUrl: string
fileUrl: string
Properties
Readonly attributionText
attributionText: string
Readonly attributionUrl
attributionUrl: string
Readonly audioType
audioType: string
Readonly commentCount
commentCount: number
Readonly createdAt
createdAt: string
Readonly createdBy
createdBy: string
Readonly duration
duration: number
Readonly fileUrl
fileUrl: string
Readonly word
word: string