Uses of Class
com.tencentcloudapi.mps.v20190612.models.AsrFullTextConfigureInfo
-
Packages that use AsrFullTextConfigureInfo Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of AsrFullTextConfigureInfo in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return AsrFullTextConfigureInfo Modifier and Type Method Description AsrFullTextConfigureInfoAIRecognitionTemplateItem. getAsrFullTextConfigure()Get 语音全文识别控制参数。AsrFullTextConfigureInfoCreateAIRecognitionTemplateRequest. getAsrFullTextConfigure()Get 语音全文识别控制参数。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type AsrFullTextConfigureInfo Modifier and Type Method Description voidAIRecognitionTemplateItem. setAsrFullTextConfigure(AsrFullTextConfigureInfo AsrFullTextConfigure)Set 语音全文识别控制参数。voidCreateAIRecognitionTemplateRequest. setAsrFullTextConfigure(AsrFullTextConfigureInfo AsrFullTextConfigure)Set 语音全文识别控制参数。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type AsrFullTextConfigureInfo Constructor Description AsrFullTextConfigureInfo(AsrFullTextConfigureInfo 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.
-