public class SubmitHighlightsRequest extends AbstractModel
构造器和说明 |
---|
SubmitHighlightsRequest() |
限定符和类型 | 方法和说明 |
---|---|
String |
getFileContent()
获取视频url。
|
String |
getFileType()
获取视频类型及来源,目前只支持点播类型:"vod_url"。
|
Long |
getFrameInterval()
获取视频处理的抽帧间隔,单位毫秒。
|
HLFunction |
getFunctions()
获取表情配置开关项。
|
Long |
getKeywordsLanguage()
获取关键词语言类型,0为英文,1为中文。
|
String[] |
getKeywordsStrings()
获取关键词数组,当且仅当Funtions中的EnableKeywordWonderfulTime为true时有意义,匹配相应的关键字。
|
String[] |
getLibIds()
获取需要检索的人脸合集库,不在库中的人脸将不参与精彩集锦。
|
Long |
getMaxVideoDuration()
获取处理视频的总时长,单位毫秒。
|
Float |
getSimThreshold()
获取人脸检索的相似度阈值,默认值0.89。
|
void |
setFileContent(String FileContent)
设置视频url。
|
void |
setFileType(String FileType)
设置视频类型及来源,目前只支持点播类型:"vod_url"。
|
void |
setFrameInterval(Long FrameInterval)
设置视频处理的抽帧间隔,单位毫秒。
|
void |
setFunctions(HLFunction Functions)
设置表情配置开关项。
|
void |
setKeywordsLanguage(Long KeywordsLanguage)
设置关键词语言类型,0为英文,1为中文。
|
void |
setKeywordsStrings(String[] KeywordsStrings)
设置关键词数组,当且仅当Funtions中的EnableKeywordWonderfulTime为true时有意义,匹配相应的关键字。
|
void |
setLibIds(String[] LibIds)
设置需要检索的人脸合集库,不在库中的人脸将不参与精彩集锦。
|
void |
setMaxVideoDuration(Long MaxVideoDuration)
设置处理视频的总时长,单位毫秒。
|
void |
setSimThreshold(Float SimThreshold)
设置人脸检索的相似度阈值,默认值0.89。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public HLFunction getFunctions()
public void setFunctions(HLFunction Functions)
Functions
- 表情配置开关项。public String getFileContent()
public void setFileContent(String FileContent)
FileContent
- 视频url。public String getFileType()
public void setFileType(String FileType)
FileType
- 视频类型及来源,目前只支持点播类型:"vod_url"。public String[] getLibIds()
public void setLibIds(String[] LibIds)
LibIds
- 需要检索的人脸合集库,不在库中的人脸将不参与精彩集锦。public Long getFrameInterval()
public void setFrameInterval(Long FrameInterval)
FrameInterval
- 视频处理的抽帧间隔,单位毫秒。建议留空。public Long getKeywordsLanguage()
public void setKeywordsLanguage(Long KeywordsLanguage)
KeywordsLanguage
- 关键词语言类型,0为英文,1为中文。public String[] getKeywordsStrings()
public void setKeywordsStrings(String[] KeywordsStrings)
KeywordsStrings
- 关键词数组,当且仅当Funtions中的EnableKeywordWonderfulTime为true时有意义,匹配相应的关键字。public Long getMaxVideoDuration()
public void setMaxVideoDuration(Long MaxVideoDuration)
MaxVideoDuration
- 处理视频的总时长,单位毫秒。该值为0或未设置时,默认值两小时生效;当该值大于视频实际时长时,视频实际时长生效;当该值小于视频实际时长时,该值生效;当获取视频实际时长失败时,若该值设置则生效,否则默认值生效。建议留空。public Float getSimThreshold()
public void setSimThreshold(Float SimThreshold)
SimThreshold
- 人脸检索的相似度阈值,默认值0.89。建议留空。Copyright © 2019. All rights reserved.