Skip to content

Interface: DictionaryResultNode

Table of contents

Properties

Properties

audio

Optional audio: string

Audio pronunciation of this word

Defined in

google-sr/src/constants.ts:66


definitions

definitions: [string, string][]

Array of array containing definitions and their respective examples

Example

ts
[
 [
   'causing great surprise or wonder; astonishing.',
   'an amazing number of people registered'
 ]
]

Defined in

google-sr/src/constants.ts:81


phonetic

phonetic: string

Defined in

google-sr/src/constants.ts:62


type

type: DictionaryResult

Type of this result node

Defined in

google-sr/src/constants.ts:60


word

word: string

Defined in

google-sr/src/constants.ts:61