FullConceptLabelResponse
An label response that also includes metadata of its associated image or video keyframe
Properties
Name | Type | Description | Notes |
---|---|---|---|
asset_type | AssetType | ||
coactive_image_id | str | The id of the labelled image or video keyframe | |
preview_images | PreviewImages | ||
label | LabelEnum | ||
label_id | str | The label id | |
path | str, none_type | The original path of the asset. This is the video path if the asset_type is 'keyframe'. | [optional] |
video | VideoAsset, none_type | [optional] | |
shot | Shot, none_type | [optional] | |
sensitive | bool, none_type | Flag for a sensitive content warning | [optional] |
audio_segment | AudioSegment, none_type | [optional] | |
metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | The image or keyframe metadata | [optional] |