Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMutable

A mutable variant of the interface

Hierarchy

Index

Properties

Methods

Properties

data

data: AsyncIterableIterator<ArrayBuffer>

Retrieves the data of the media

url

url: Promise<IUrlMutable>

A uniform resource location for the media

Methods

transcription

  • transcription(): AsyncIterableIterator<ITranscriptionImmutable>
  • The transcription of the audio. Should keep yielding the built up transcription as it is known from the media

    Returns AsyncIterableIterator<ITranscriptionImmutable>