{
"assignmentId": 7001,
"extra": {
"audio_1": {
"duration": 45.5,
"sampleRate": 44100,
"channels": 2,
"format": "wav"
}
},
"annotations": {
"audio_1": [
{
"id": "abc123",
"tool": "segmentation",
"isLocked": false,
"isVisible": true,
"classification": {
"class": "speech",
"gender": "F",
"region": "서울",
"quality": "5",
"generation": "20대",
"emotion": "neutral"
}
},
{
"id": "def456",
"tool": "segmentation",
"isLocked": false,
"isVisible": true,
"classification": {
"class": "speech",
"gender": "M",
"region": "서울",
"quality": "4",
"generation": "30대",
"emotion": "positive"
}
},
{
"id": "ghi789",
"tool": "segmentation",
"isLocked": false,
"isVisible": true,
"classification": {
"class": "background_music"
}
}
]
},
"annotationsData": {
"audio_1": [
{
"id": "abc123",
"section": {
"start": 0.0,
"end": 2.85
}
},
{
"id": "def456",
"section": {
"start": 2.85,
"end": 5.92
}
},
{
"id": "ghi789",
"section": {
"start": 12.0,
"end": 18.5
}
}
]
},
"annotationGroups": {
"audio_1": [
{
"id": "grp001",
"tool": "annotationGroup",
"isLocked": false,
"annotationList": [
{ "children": [], "annotationId": "abc123" },
{ "children": [], "annotationId": "def456" }
],
"classification": {
"class": "dialogue",
"scene": "outdoor"
}
}
]
},
"relations": {
"audio_1": [
{
"id": "rel001",
"tool": "relation",
"isLocked": false,
"isVisible": true,
"annotationId": "abc123",
"targetAnnotationId": "def456",
"classification": {
"class": "conversation"
}
}
]
}
}