Skip to main content

TranscriberData

@siteed/expo-audio-studio


@siteed/expo-audio-studio / TranscriberData

Interface: TranscriberData

Defined in: src/ExpoAudioStream.types.ts:84

Properties

chunks

chunks: Chunk[]

Defined in: src/ExpoAudioStream.types.ts:96

Array of transcribed text chunks with timestamps


endTime

endTime: number

Defined in: src/ExpoAudioStream.types.ts:94

End time of the transcription in milliseconds


id

id: string

Defined in: src/ExpoAudioStream.types.ts:86

Unique identifier for the transcription


isBusy

isBusy: boolean

Defined in: src/ExpoAudioStream.types.ts:88

Indicates if the transcriber is currently processing


startTime

startTime: number

Defined in: src/ExpoAudioStream.types.ts:92

Start time of the transcription in milliseconds


text

text: string

Defined in: src/ExpoAudioStream.types.ts:90

Complete transcribed text