public static class GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNA
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNADetail> |
detail
The details of the matched video.
|
String |
primaryKey
The ID of the video that has a similar fingerprint.
|
String |
similarity
The similarity between the fingerprints of the input video and the matched video. 1 indicates that the fingerprints of the two videos are the same.
|
| 构造器和说明 |
|---|
GetMediaDNAResultResponseBodyDNAResultVideoDNA() |
@NameInMap(value="Detail") public List<GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNADetail> detail
The details of the matched video. Information such as the location and duration of the video is returned.
@NameInMap(value="PrimaryKey") public String primaryKey
The ID of the video that has a similar fingerprint.
@NameInMap(value="Similarity") public String similarity
The similarity between the fingerprints of the input video and the matched video. 1 indicates that the fingerprints of the two videos are the same.
public GetMediaDNAResultResponseBodyDNAResultVideoDNA()
public static GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNA build(Map<String,?> map) throws Exception
Exceptionpublic GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNA setDetail(List<GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNADetail> detail)
public List<GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNADetail> getDetail()
public GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNA setPrimaryKey(String primaryKey)
public String getPrimaryKey()
public GetMediaDNAResultResponseBody.GetMediaDNAResultResponseBodyDNAResultVideoDNA setSimilarity(String similarity)
public String getSimilarity()
Copyright © 2024. All rights reserved.