26 lines
433 B
JSON
26 lines
433 B
JSON
{
|
|
"policy": "replace_all",
|
|
"transcript": {
|
|
"segments": [
|
|
{
|
|
"id": 1,
|
|
"speaker": "A",
|
|
"start": 0,
|
|
"end": 2,
|
|
"text": "ha-ha-ha"
|
|
}
|
|
]
|
|
},
|
|
"proposals": [
|
|
{
|
|
"proposal_index": 0,
|
|
"module_key": "spoken_word",
|
|
"module_instance": "spoken_word",
|
|
"id": 1,
|
|
"original_text": "ha",
|
|
"corrected_text": "ho",
|
|
"confidence": 0.9
|
|
}
|
|
]
|
|
}
|