マルチモーダルフォーマット

マルチモーダルで利用可能なアノテーションタイプについて、出力フォーマットを説明します。

セグメンテーション

[
    {
        "id": "fd1635f0-1e55-47b5-8d62-ccf512934115",
        "name": "multi_modal_example",
        "status": "registered",
        "externalStatus": "registered",
        "urls": [
                        "Signed URL of your image",
            "Signed URL of your image"
        ],
        "secondsToAnnotate": 0,
        "annotations": [
            {
                "type": "segmentation",
                "title": "running",
                "value": "running",
                "color": "#FF0000",
                "attributes": [],
                "start": 1.04,
                "end": 1.9
            },
            {
                "type": "segmentation",
                "title": "walking",
                "value": "walking",
                "color": "#428BCA",
                "attributes": [],
                "start": 4.56,
                "end": 4.94
            }
        ],
        "tags": [],
        "assignee": "",
        "reviewer": "",
        "approver": "",
        "externalAssignee": "",
        "externalReviewer": "",
        "externalApprover": "",
        "duration": 5.5316666667,
        "createdAt": "2023-04-28T15:52:16.187160",
        "updatedAt": "2023-04-28T15:52:16.187160"
    }
]