public class SubmitDoubleVideoHighlightsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileContent()
Get 学生视频url
|
Long |
getFrameInterval()
Get 视频处理的抽帧间隔,单位毫秒。建议留空。
|
DoubleVideoFunction |
getFunctions()
Get 详细功能开关配置项
|
String[] |
getLibIds()
Get 需要检索的人脸合集库,不在库中的人脸将不参与精彩集锦;目前仅支持输入一个人脸库。
|
String[] |
getPersonIds()
Get 旧版本需要匹配的人员信息列表。
|
PersonInfo[] |
getPersonInfoList()
Get 需要匹配的人员信息列表。
|
Float |
getSimThreshold()
Get 人脸检索的相似度阈值,默认值0.89。建议留空。
|
String |
getTeacherFileContent()
Get 老师视频url
|
void |
setFileContent(String FileContent)
Set 学生视频url
|
void |
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 老师视频url
|
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 SubmitDoubleVideoHighlightsRequest()
public SubmitDoubleVideoHighlightsRequest(SubmitDoubleVideoHighlightsRequest source)
public String getFileContent()
public void setFileContent(String FileContent)
FileContent
- 学生视频urlpublic String[] getLibIds()
public void setLibIds(String[] LibIds)
LibIds
- 需要检索的人脸合集库,不在库中的人脸将不参与精彩集锦;目前仅支持输入一个人脸库。public DoubleVideoFunction getFunctions()
public void setFunctions(DoubleVideoFunction Functions)
Functions
- 详细功能开关配置项public PersonInfo[] getPersonInfoList()
public void setPersonInfoList(PersonInfo[] PersonInfoList)
PersonInfoList
- 需要匹配的人员信息列表。public Long getFrameInterval()
public void setFrameInterval(Long FrameInterval)
FrameInterval
- 视频处理的抽帧间隔,单位毫秒。建议留空。public String[] getPersonIds()
public void setPersonIds(String[] PersonIds)
PersonIds
- 旧版本需要匹配的人员信息列表。public Float getSimThreshold()
public void setSimThreshold(Float SimThreshold)
SimThreshold
- 人脸检索的相似度阈值,默认值0.89。建议留空。public String getTeacherFileContent()
public void setTeacherFileContent(String TeacherFileContent)
TeacherFileContent
- 老师视频urlCopyright © 2021. All rights reserved.