Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stephane09
/
Diarization
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Diarization
/
types.ts
stephane09
Upload 17 files
1e2f309
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
95 Bytes
export
interface
DiarizationEntry
{
speaker
:
string
;
timestamp
:
string
;
text
:
string
;
}