Uses of Class
com.tencentcloudapi.tci.v20190318.models.SubmitHighlightsResponse
-
Packages that use SubmitHighlightsResponse Package Description com.tencentcloudapi.tci.v20190318 com.tencentcloudapi.tci.v20190318.models -
-
Uses of SubmitHighlightsResponse in com.tencentcloudapi.tci.v20190318
Methods in com.tencentcloudapi.tci.v20190318 that return SubmitHighlightsResponse Modifier and Type Method Description SubmitHighlightsResponseTciClient. SubmitHighlights(SubmitHighlightsRequest req)发起视频生成精彩集锦接口。该接口可以通过客户传入的课程音频数据及相关策略(如微笑抽取,专注抽取等),自动生成一堂课程的精彩集锦。需要通过QueryHighlightResult接口获取生成结果。 -
Uses of SubmitHighlightsResponse in com.tencentcloudapi.tci.v20190318.models
Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type SubmitHighlightsResponse Constructor Description SubmitHighlightsResponse(SubmitHighlightsResponse 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.
-