Class HighlightsInfomation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.HighlightsInfomation
-
public class HighlightsInfomation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeType[]getConcentration()Get 专注的起始与终止时间信息。StringgetHighlightsUrl()Get 高光集锦视频地址,保存剪辑好的视频地址。StringgetPersonId()Get 片段中识别出来的人脸ID。TimeType[]getSmile()Get 微笑的起始与终止时间信息。voidsetConcentration(TimeType[] Concentration)Set 专注的起始与终止时间信息。voidsetHighlightsUrl(String HighlightsUrl)Set 高光集锦视频地址,保存剪辑好的视频地址。voidsetPersonId(String PersonId)Set 片段中识别出来的人脸ID。voidsetSmile(TimeType[] Smile)Set 微笑的起始与终止时间信息。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
HighlightsInfomation
public HighlightsInfomation()
-
HighlightsInfomation
public 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.
-
-
Method Detail
-
getConcentration
public TimeType[] getConcentration()
Get 专注的起始与终止时间信息。- Returns:
- Concentration 专注的起始与终止时间信息。
-
setConcentration
public void setConcentration(TimeType[] Concentration)
Set 专注的起始与终止时间信息。- Parameters:
Concentration- 专注的起始与终止时间信息。
-
getSmile
public TimeType[] getSmile()
Get 微笑的起始与终止时间信息。- Returns:
- Smile 微笑的起始与终止时间信息。
-
setSmile
public void setSmile(TimeType[] Smile)
Set 微笑的起始与终止时间信息。- Parameters:
Smile- 微笑的起始与终止时间信息。
-
getHighlightsUrl
public String getHighlightsUrl()
Get 高光集锦视频地址,保存剪辑好的视频地址。- Returns:
- HighlightsUrl 高光集锦视频地址,保存剪辑好的视频地址。
-
setHighlightsUrl
public void setHighlightsUrl(String HighlightsUrl)
Set 高光集锦视频地址,保存剪辑好的视频地址。- Parameters:
HighlightsUrl- 高光集锦视频地址,保存剪辑好的视频地址。
-
getPersonId
public String getPersonId()
Get 片段中识别出来的人脸ID。- Returns:
- PersonId 片段中识别出来的人脸ID。
-
setPersonId
public void setPersonId(String PersonId)
Set 片段中识别出来的人脸ID。- Parameters:
PersonId- 片段中识别出来的人脸ID。
-
-