音声プロジェクトの入出力フォーマットを説明します。
各フォーマット内のattributes部分については共通フォーマットをご参照ください。
[
{
"id": "7193f6df-5265-4517-88e1-3119cd7c75d5",
"name": "audio.mp3",
"status": "registered",
"externalStatus": "registered",
"url": "Signed URL of your audio",
"secondsToAnnotate": 0,
"attributes": [
{
"type": "radio",
"name": "カテゴリー",
"key": "category",
"value": "商談"
},
{
"type": "number",
"name": "話者の数",
"key": "number",
"value": 2
},
{
"type": "textarea",
"name": "書き起こし",
"key": "text",
"value": "こんにちは"
}
],
"tags": [],
"assignee": "Assignee-01",
"reviewer": null,
"approver": null,
"externalAssignee": null,
"externalReviewer": null,
"externalApprover": null,
"createdAt": "2021-06-04T01:14:15.441Z", // ISO8601
"updatedAt": "2021-08-10T15:02:07.000Z" // ISO8601
}
]
start
アノテーションの開始秒数を表します。end
アノテーションの終了秒数を表します。[
{
"id": "2ce539bc-f66c-4e3f-acb0-e9cf96c2ed6e",
"name": "audio.mp3",
"status": "registered",
"externalStatus": "registered",
"url": "Signed URL of your audio",
"secondsToAnnotate": 0,
"annotations": [
{
"type": "segmentation",
"title": "speech",
"value": "speech",
"color": "#0ad6ff",
"attributes": [
{
"type": "textarea",
"name": "text",
"key": "text",
"value": "高品質な教師データで"
}
],
"start": 0.75,
"end": 4.19
},
{
"type": "segmentation",
"title": "speech",
"value": "speech",
"color": "#0ad6ff",
"attributes": [
{
"type": "textarea",
"name": "text",
"key": "text",
"value": "AI開発を10倍速く"
}
],
"start": 4.65,
"end": 10.538
},
{
"type": "segmentation",
"title": "speech",
"value": "speech",
"color": "#0ad6ff",
"attributes": [
{
"type": "textarea",
"name": "text",
"key": "text",
"value": "アノテーションツール、教師データ作成サービス、MLOps構築を包括した"
}
],
"start": 11.05,
"end": 17.146
},
{
"type": "segmentation",
"title": "speech",
"value": "speech",
"color": "#0ad6ff",
"attributes": [
{
"type": "textarea",
"name": "text",
"key": "text",
"value": "国内唯一のオールインワンソリューションです。"
}
],
"start": 17.7,
"end": 22.884
}
],
"tags": [],
"assignee": "Assignee-01",
"reviewer": null,
"approver": null,
"externalAssignee": null,
"externalReviewer": null,
"externalApprover": null,
"createdAt": "2022-04-22T02:08:21.388731",
"updatedAt": "2022-04-22T02:08:21.388731"
}
]