녹음 전사문 조회
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"recordingTranscript": {
"transcriptSegmentList": [
{
"startTime": 0,
"endTime": 3200,
"text": "안녕하세요.",
"speakerId": "1",
"confidence": 0.98
}
],
"speakerInfoList": [
{
"speakerId": "1",
"label": "담당자"
}
]
}
}
}Last updated
Was this helpful?