Uses of Class
com.tencentcloudapi.asr.v20190614.models.SetVocabStateRequest
-
Packages that use SetVocabStateRequest Package Description com.tencentcloudapi.asr.v20190614 com.tencentcloudapi.asr.v20190614.models -
-
Uses of SetVocabStateRequest in com.tencentcloudapi.asr.v20190614
Methods in com.tencentcloudapi.asr.v20190614 with parameters of type SetVocabStateRequest Modifier and Type Method Description SetVocabStateResponseAsrClient. SetVocabState(SetVocabStateRequest req)用户通过该接口可以设置热词表的默认状态。初始状态为0,用户可设置状态为1,即为默认状态。默认状态表示用户在请求识别时,如不设置热词表ID,则默认使用状态为1的热词表。 -
Uses of SetVocabStateRequest in com.tencentcloudapi.asr.v20190614.models
Constructors in com.tencentcloudapi.asr.v20190614.models with parameters of type SetVocabStateRequest Constructor Description SetVocabStateRequest(SetVocabStateRequest 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.
-