Class SubmitDoubleVideoHighlightsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.SubmitDoubleVideoHighlightsRequest
-
public class SubmitDoubleVideoHighlightsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SubmitDoubleVideoHighlightsRequest()
SubmitDoubleVideoHighlightsRequest(SubmitDoubleVideoHighlightsRequest 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 String
getFileContent()
Get 学生视频urlLong
getFrameInterval()
Get 视频处理的抽帧间隔,单位毫秒。建议留空。DoubleVideoFunction
getFunctions()
Get 详细功能开关配置项String[]
getLibIds()
Get 需要检索的人脸合集库,不在库中的人脸将不参与精彩集锦;目前仅支持输入一个人脸库。String[]
getPersonIds()
Get 旧版本需要匹配的人员信息列表。PersonInfo[]
getPersonInfoList()
Get 需要匹配的人员信息列表。Float
getSimThreshold()
Get 人脸检索的相似度阈值,默认值0.89。建议留空。String
getTeacherFileContent()
Get 老师视频urlvoid
setFileContent(String FileContent)
Set 学生视频urlvoid
setFrameInterval(Long FrameInterval)
Set 视频处理的抽帧间隔,单位毫秒。建议留空。void
setFunctions(DoubleVideoFunction Functions)
Set 详细功能开关配置项void
setLibIds(String[] LibIds)
Set 需要检索的人脸合集库,不在库中的人脸将不参与精彩集锦;目前仅支持输入一个人脸库。void
setPersonIds(String[] PersonIds)
Set 旧版本需要匹配的人员信息列表。void
setPersonInfoList(PersonInfo[] PersonInfoList)
Set 需要匹配的人员信息列表。void
setSimThreshold(Float SimThreshold)
Set 人脸检索的相似度阈值,默认值0.89。建议留空。void
setTeacherFileContent(String TeacherFileContent)
Set 老师视频urlvoid
toMap(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
-
SubmitDoubleVideoHighlightsRequest
public SubmitDoubleVideoHighlightsRequest()
-
SubmitDoubleVideoHighlightsRequest
public SubmitDoubleVideoHighlightsRequest(SubmitDoubleVideoHighlightsRequest 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
-
getFileContent
public String getFileContent()
Get 学生视频url- Returns:
- FileContent 学生视频url
-
setFileContent
public void setFileContent(String FileContent)
Set 学生视频url- Parameters:
FileContent
- 学生视频url
-
getLibIds
public String[] getLibIds()
Get 需要检索的人脸合集库,不在库中的人脸将不参与精彩集锦;目前仅支持输入一个人脸库。- Returns:
- LibIds 需要检索的人脸合集库,不在库中的人脸将不参与精彩集锦;目前仅支持输入一个人脸库。
-
setLibIds
public void setLibIds(String[] LibIds)
Set 需要检索的人脸合集库,不在库中的人脸将不参与精彩集锦;目前仅支持输入一个人脸库。- Parameters:
LibIds
- 需要检索的人脸合集库,不在库中的人脸将不参与精彩集锦;目前仅支持输入一个人脸库。
-
getFunctions
public DoubleVideoFunction getFunctions()
Get 详细功能开关配置项- Returns:
- Functions 详细功能开关配置项
-
setFunctions
public void setFunctions(DoubleVideoFunction Functions)
Set 详细功能开关配置项- Parameters:
Functions
- 详细功能开关配置项
-
getPersonInfoList
public PersonInfo[] getPersonInfoList()
Get 需要匹配的人员信息列表。- Returns:
- PersonInfoList 需要匹配的人员信息列表。
-
setPersonInfoList
public void setPersonInfoList(PersonInfo[] PersonInfoList)
Set 需要匹配的人员信息列表。- Parameters:
PersonInfoList
- 需要匹配的人员信息列表。
-
getFrameInterval
public Long getFrameInterval()
Get 视频处理的抽帧间隔,单位毫秒。建议留空。- Returns:
- FrameInterval 视频处理的抽帧间隔,单位毫秒。建议留空。
-
setFrameInterval
public void setFrameInterval(Long FrameInterval)
Set 视频处理的抽帧间隔,单位毫秒。建议留空。- Parameters:
FrameInterval
- 视频处理的抽帧间隔,单位毫秒。建议留空。
-
getPersonIds
public String[] getPersonIds()
Get 旧版本需要匹配的人员信息列表。- Returns:
- PersonIds 旧版本需要匹配的人员信息列表。
-
setPersonIds
public void setPersonIds(String[] PersonIds)
Set 旧版本需要匹配的人员信息列表。- Parameters:
PersonIds
- 旧版本需要匹配的人员信息列表。
-
getSimThreshold
public Float getSimThreshold()
Get 人脸检索的相似度阈值,默认值0.89。建议留空。- Returns:
- SimThreshold 人脸检索的相似度阈值,默认值0.89。建议留空。
-
setSimThreshold
public void setSimThreshold(Float SimThreshold)
Set 人脸检索的相似度阈值,默认值0.89。建议留空。- Parameters:
SimThreshold
- 人脸检索的相似度阈值,默认值0.89。建议留空。
-
getTeacherFileContent
public String getTeacherFileContent()
Get 老师视频url- Returns:
- TeacherFileContent 老师视频url
-
setTeacherFileContent
public void setTeacherFileContent(String TeacherFileContent)
Set 老师视频url- Parameters:
TeacherFileContent
- 老师视频url
-
-