public static final class GetMediaDNAResultResponseBody.VideoDNA.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetMediaDNAResultResponseBody.VideoDNA |
build() |
GetMediaDNAResultResponseBody.VideoDNA.Builder |
detail(List<GetMediaDNAResultResponseBody.Detail> detail)
The details of the matched video.
|
GetMediaDNAResultResponseBody.VideoDNA.Builder |
primaryKey(String primaryKey)
The ID of the video that has a similar fingerprint.
|
GetMediaDNAResultResponseBody.VideoDNA.Builder |
similarity(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 GetMediaDNAResultResponseBody.VideoDNA.Builder detail(List<GetMediaDNAResultResponseBody.Detail> detail)
public GetMediaDNAResultResponseBody.VideoDNA.Builder primaryKey(String primaryKey)
public GetMediaDNAResultResponseBody.VideoDNA.Builder similarity(String similarity)
public GetMediaDNAResultResponseBody.VideoDNA build()
Copyright © 2024. All rights reserved.