Uses of Class
com.tencentcloudapi.iotvideo.v20201215.models.AIModelInfo
-
Packages that use AIModelInfo Package Description com.tencentcloudapi.iotvideo.v20201215.models -
-
Uses of AIModelInfo in com.tencentcloudapi.iotvideo.v20201215.models
Methods in com.tencentcloudapi.iotvideo.v20201215.models that return AIModelInfo Modifier and Type Method Description AIModelInfo[]DescribeAIModelsResponse. getModels()Get AI模型信息数组Methods in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type AIModelInfo Modifier and Type Method Description voidDescribeAIModelsResponse. setModels(AIModelInfo[] Models)Set AI模型信息数组Constructors in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type AIModelInfo Constructor Description AIModelInfo(AIModelInfo 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.
-