public class HighlightsInfomation extends AbstractModel
Constructor and Description |
---|
HighlightsInfomation() |
HighlightsInfomation(HighlightsInfomation 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 |
---|---|
TimeType[] |
getConcentration()
Get 专注的起始与终止时间信息。
|
String |
getHighlightsUrl()
Get 高光集锦视频地址,保存剪辑好的视频地址。
|
String |
getPersonId()
Get 片段中识别出来的人脸ID。
|
TimeType[] |
getSmile()
Get 微笑的起始与终止时间信息。
|
void |
setConcentration(TimeType[] Concentration)
Set 专注的起始与终止时间信息。
|
void |
setHighlightsUrl(String HighlightsUrl)
Set 高光集锦视频地址,保存剪辑好的视频地址。
|
void |
setPersonId(String PersonId)
Set 片段中识别出来的人脸ID。
|
void |
setSmile(TimeType[] Smile)
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 HighlightsInfomation()
public HighlightsInfomation(HighlightsInfomation source)
public TimeType[] getConcentration()
public void setConcentration(TimeType[] Concentration)
Concentration
- 专注的起始与终止时间信息。public TimeType[] getSmile()
public void setSmile(TimeType[] Smile)
Smile
- 微笑的起始与终止时间信息。public String getHighlightsUrl()
public void setHighlightsUrl(String HighlightsUrl)
HighlightsUrl
- 高光集锦视频地址,保存剪辑好的视频地址。public String getPersonId()
public void setPersonId(String PersonId)
PersonId
- 片段中识别出来的人脸ID。Copyright © 2021. All rights reserved.