Class AIRecognitionTemplateItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.AIRecognitionTemplateItem
-
public class AIRecognitionTemplateItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AIRecognitionTemplateItem()AIRecognitionTemplateItem(AIRecognitionTemplateItem 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 AsrFullTextConfigureInfogetAsrFullTextConfigure()Get 语音全文识别控制参数。AsrWordsConfigureInfogetAsrWordsConfigure()Get 语音关键词识别控制参数。StringgetComment()Get 视频内容识别模板描述信息。StringgetCreateTime()Get 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。LonggetDefinition()Get 视频内容识别模板唯一标识。FaceConfigureInfogetFaceConfigure()Get 人脸识别控制参数。StringgetName()Get 视频内容识别模板名称。OcrFullTextConfigureInfogetOcrFullTextConfigure()Get 文本全文识别控制参数。OcrWordsConfigureInfogetOcrWordsConfigure()Get 文本关键词识别控制参数。StringgetType()Get 模板类型,取值范围: Preset:系统预置模板; Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。StringgetUpdateTime()Get 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。voidsetAsrFullTextConfigure(AsrFullTextConfigureInfo AsrFullTextConfigure)Set 语音全文识别控制参数。voidsetAsrWordsConfigure(AsrWordsConfigureInfo AsrWordsConfigure)Set 语音关键词识别控制参数。voidsetComment(String Comment)Set 视频内容识别模板描述信息。voidsetCreateTime(String CreateTime)Set 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。voidsetDefinition(Long Definition)Set 视频内容识别模板唯一标识。voidsetFaceConfigure(FaceConfigureInfo FaceConfigure)Set 人脸识别控制参数。voidsetName(String Name)Set 视频内容识别模板名称。voidsetOcrFullTextConfigure(OcrFullTextConfigureInfo OcrFullTextConfigure)Set 文本全文识别控制参数。voidsetOcrWordsConfigure(OcrWordsConfigureInfo OcrWordsConfigure)Set 文本关键词识别控制参数。voidsetType(String Type)Set 模板类型,取值范围: Preset:系统预置模板; Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。voidsetUpdateTime(String UpdateTime)Set 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。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
-
AIRecognitionTemplateItem
public AIRecognitionTemplateItem()
-
AIRecognitionTemplateItem
public AIRecognitionTemplateItem(AIRecognitionTemplateItem 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
-
getDefinition
public Long getDefinition()
Get 视频内容识别模板唯一标识。- Returns:
- Definition 视频内容识别模板唯一标识。
-
setDefinition
public void setDefinition(Long Definition)
Set 视频内容识别模板唯一标识。- Parameters:
Definition- 视频内容识别模板唯一标识。
-
getName
public String getName()
Get 视频内容识别模板名称。- Returns:
- Name 视频内容识别模板名称。
-
setName
public void setName(String Name)
Set 视频内容识别模板名称。- Parameters:
Name- 视频内容识别模板名称。
-
getComment
public String getComment()
Get 视频内容识别模板描述信息。- Returns:
- Comment 视频内容识别模板描述信息。
-
setComment
public void setComment(String Comment)
Set 视频内容识别模板描述信息。- Parameters:
Comment- 视频内容识别模板描述信息。
-
getFaceConfigure
public FaceConfigureInfo getFaceConfigure()
Get 人脸识别控制参数。- Returns:
- FaceConfigure 人脸识别控制参数。
-
setFaceConfigure
public void setFaceConfigure(FaceConfigureInfo FaceConfigure)
Set 人脸识别控制参数。- Parameters:
FaceConfigure- 人脸识别控制参数。
-
getOcrFullTextConfigure
public OcrFullTextConfigureInfo getOcrFullTextConfigure()
Get 文本全文识别控制参数。- Returns:
- OcrFullTextConfigure 文本全文识别控制参数。
-
setOcrFullTextConfigure
public void setOcrFullTextConfigure(OcrFullTextConfigureInfo OcrFullTextConfigure)
Set 文本全文识别控制参数。- Parameters:
OcrFullTextConfigure- 文本全文识别控制参数。
-
getOcrWordsConfigure
public OcrWordsConfigureInfo getOcrWordsConfigure()
Get 文本关键词识别控制参数。- Returns:
- OcrWordsConfigure 文本关键词识别控制参数。
-
setOcrWordsConfigure
public void setOcrWordsConfigure(OcrWordsConfigureInfo OcrWordsConfigure)
Set 文本关键词识别控制参数。- Parameters:
OcrWordsConfigure- 文本关键词识别控制参数。
-
getAsrFullTextConfigure
public AsrFullTextConfigureInfo getAsrFullTextConfigure()
Get 语音全文识别控制参数。- Returns:
- AsrFullTextConfigure 语音全文识别控制参数。
-
setAsrFullTextConfigure
public void setAsrFullTextConfigure(AsrFullTextConfigureInfo AsrFullTextConfigure)
Set 语音全文识别控制参数。- Parameters:
AsrFullTextConfigure- 语音全文识别控制参数。
-
getAsrWordsConfigure
public AsrWordsConfigureInfo getAsrWordsConfigure()
Get 语音关键词识别控制参数。- Returns:
- AsrWordsConfigure 语音关键词识别控制参数。
-
setAsrWordsConfigure
public void setAsrWordsConfigure(AsrWordsConfigureInfo AsrWordsConfigure)
Set 语音关键词识别控制参数。- Parameters:
AsrWordsConfigure- 语音关键词识别控制参数。
-
getCreateTime
public String getCreateTime()
Get 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。- Returns:
- CreateTime 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。- Parameters:
CreateTime- 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
-
getUpdateTime
public String getUpdateTime()
Get 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。- Returns:
- UpdateTime 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。- Parameters:
UpdateTime- 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
-
getType
public String getType()
Get 模板类型,取值范围: Preset:系统预置模板; Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 模板类型,取值范围: Preset:系统预置模板; Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 模板类型,取值范围: Preset:系统预置模板; Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 模板类型,取值范围: Preset:系统预置模板; Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。
-
-