chenzhaoyang
2025-12-17 d3e5a4b7658ece4f845bbc0c4f95acf3fbdf8a61
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<View>
  <Labels name="labels" toName="audio">
    <Label value="Segment" />
  </Labels>
 
  <Audio name="audio" value="$audio"/>
 
  <Choices name="intent" toName="audio" perRegion="true" required="true">
    <Choice value="Question" />
    <Choice value="Request" />
    <Choice value="Satisfied" />
    <Choice value="Interested" />
    <Choice value="Unsatisfied" />
  </Choices>
</View>
 
<!-- { "data": {"audio": "/static/samples/game.wav"},
 "annotations": [{
"result": [
    {
        "original_length": 3.77437641723356,
        "value": {
            "start": 0.9230468290051922,
            "end": 3.255952855737493,
            "labels": [
                "Segment"
            ]
        },
        "id": "wavesurfer_ehuml5fu82",
        "from_name": "labels",
        "to_name": "audio",
        "type": "labels"
    },
    {
        "original_length": 3.77437641723356,
        "value": {
            "start": 0.9230468290051922,
            "end": 3.255952855737493,
            "choices": [
                "Question"
            ]
        },
        "id": "wavesurfer_ehuml5fu82",
        "from_name": "intent",
        "to_name": "audio",
        "type": "choices"
    }
]
}]
} -->