public class FrameInfo extends AbstractModel
Constructor and Description |
---|
FrameInfo() |
FrameInfo(FrameInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Float |
getSimilarity()
Get 相似度
|
String |
getSnapshotUrl()
Get 截图的存储地址
|
Long |
getTs()
Get 相对于视频起始时间的时间戳,单位秒
|
void |
setSimilarity(Float Similarity)
Set 相似度
|
void |
setSnapshotUrl(String SnapshotUrl)
Set 截图的存储地址
|
void |
setTs(Long Ts)
Set 相对于视频起始时间的时间戳,单位秒
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FrameInfo()
public FrameInfo(FrameInfo source)
public Float getSimilarity()
public void setSimilarity(Float Similarity)
Similarity
- 相似度public String getSnapshotUrl()
public void setSnapshotUrl(String SnapshotUrl)
SnapshotUrl
- 截图的存储地址public Long getTs()
public void setTs(Long Ts)
Ts
- 相对于视频起始时间的时间戳,单位秒Copyright © 2022. All rights reserved.