TranscriberData
@siteed/expo-audio-studio / TranscriberData
Interface: TranscriberData
Defined in: src/ExpoAudioStream.types.ts:115
Properties
chunks
chunks:
Chunk
[]
Defined in: src/ExpoAudioStream.types.ts:127
Array of transcribed text chunks with timestamps
endTime
endTime:
number
Defined in: src/ExpoAudioStream.types.ts:125
End time of the transcription in milliseconds
id
id:
string
Defined in: src/ExpoAudioStream.types.ts:117
Unique identifier for the transcription
isBusy
isBusy:
boolean
Defined in: src/ExpoAudioStream.types.ts:119
Indicates if the transcriber is currently processing
startTime
startTime:
number
Defined in: src/ExpoAudioStream.types.ts:123
Start time of the transcription in milliseconds
text
text:
string
Defined in: src/ExpoAudioStream.types.ts:121
Complete transcribed text