插件下载了解更多
Alibaba Cloud Developer ToolkitbetaAlibaba Cloud OpenAPI
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
Alibaba Cloud Developer ToolkitbetaAlibaba Cloud OpenAPI
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.
流控信息
当前云产品API请求速率暂未透出。
请求参数
字段名称 | 字段详情 |
---|---|
JobIdsstring | 需要查询的 DNA 作业 ID 列表。一次最多建议查询 10 个,用半角逗号(,)分隔。 示例值:88c6ca184c0e47098a5b665e2a12****参考取值来源: ListMediaInfoJobs GetMediaInfoJob SubmitTranscodeJob |
返回参数
字段名称 | 字段详情 |
---|---|
RequestIdstring | 请求 ID。 示例值:25818875-5F78-4A13-BEF6-D7393642CA58 |
JobListarray<object> | DNA 作业信息。 |
返回说明
DNAResult 的内容为 Array of VideoMatchInfo,其中:
VideoMatchInfo 详情
名称 | 类型 | 描述 |
---|---|---|
PrimaryKey | String | 匹配文件唯一主键。 |
GlobalSimilarity | Double | 整体相似度。 |
VideoMatchSegments | Array of VideoMatchSegment | 视频/图搜视频匹配片段信息。 |
AudioMatchSegments | Array of AudioMatchSegment | 音频搜音频匹配片段信息。 |
TextMatchSegments | Array of TextMatchSegment | 文本搜文本匹配片段信息。 |
VideoMatchSegment/AudioMatchSegment 详情
名称 | 类型 | 描述 |
---|---|---|
StartTime | Double | 输入视频/音频的开始时间。 |
EndTime | Double | 输入视频/音频的结束时间。 |
MasterStartTime | Double | 库中视频/音频的开始时间。 |
MasterEndTime | Double | 库中视频/音频的结束时间。 |
Similarity | Double | 匹配片段的置信度。 |
TextMatchSegment 详情
名称 | 类型 | 描述 |
---|---|---|
Start | Double | 查询匹配片段起始时间。 |
End | Double | 查询匹配片段结束时间。 |
QueryText | String | 查询匹配的文本片段。 |
MasterText | String | 底库匹配的文本片段。 |
Similarity | Double | 匹配片段的置信度。 |
返回示例
变更历史
变更时间 | 变更内容概要 | 操作 | |
---|---|---|---|
2023-05-25 |