Class CreateCustomizationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.asr.v20190614.models.CreateCustomizationRequest
-
public class CreateCustomizationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateCustomizationRequest()CreateCustomizationRequest(CreateCustomizationRequest 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 StringgetModelName()Get 自学习模型名称,需在1-20字符之间StringgetModelType()Get 自学习模型类型,填写8k或者16kString[]getTagInfos()Get 标签信息StringgetTextUrl()Get 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cosvoidsetModelName(String ModelName)Set 自学习模型名称,需在1-20字符之间voidsetModelType(String ModelType)Set 自学习模型类型,填写8k或者16kvoidsetTagInfos(String[] TagInfos)Set 标签信息voidsetTextUrl(String TextUrl)Set 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cosvoidtoMap(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
-
CreateCustomizationRequest
public CreateCustomizationRequest()
-
CreateCustomizationRequest
public CreateCustomizationRequest(CreateCustomizationRequest 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
-
getModelName
public String getModelName()
Get 自学习模型名称,需在1-20字符之间- Returns:
- ModelName 自学习模型名称,需在1-20字符之间
-
setModelName
public void setModelName(String ModelName)
Set 自学习模型名称,需在1-20字符之间- Parameters:
ModelName- 自学习模型名称,需在1-20字符之间
-
getTextUrl
public String getTextUrl()
Get 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cos- Returns:
- TextUrl 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cos
-
setTextUrl
public void setTextUrl(String TextUrl)
Set 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cos- Parameters:
TextUrl- 文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cos
-
getModelType
public String getModelType()
Get 自学习模型类型,填写8k或者16k- Returns:
- ModelType 自学习模型类型,填写8k或者16k
-
setModelType
public void setModelType(String ModelType)
Set 自学习模型类型,填写8k或者16k- Parameters:
ModelType- 自学习模型类型,填写8k或者16k
-
getTagInfos
public String[] getTagInfos()
Get 标签信息- Returns:
- TagInfos 标签信息
-
setTagInfos
public void setTagInfos(String[] TagInfos)
Set 标签信息- Parameters:
TagInfos- 标签信息
-
-