public class DescribeAIRecognitionTemplatesRequest extends AbstractModel
Constructor and Description |
---|
DescribeAIRecognitionTemplatesRequest() |
DescribeAIRecognitionTemplatesRequest(DescribeAIRecognitionTemplatesRequest 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.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getDefinitions()
Get 视频内容识别模板唯一标识过滤条件,数组长度限制:100。
|
Long |
getLimit()
Get 返回记录条数,默认值:10,最大值:100。
|
Long |
getOffset()
Get 分页偏移量,默认值:0。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setDefinitions(Long[] Definitions)
Set 视频内容识别模板唯一标识过滤条件,数组长度限制:100。
|
void |
setLimit(Long Limit)
Set 返回记录条数,默认值:10,最大值:100。
|
void |
setOffset(Long Offset)
Set 分页偏移量,默认值:0。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAIRecognitionTemplatesRequest()
public DescribeAIRecognitionTemplatesRequest(DescribeAIRecognitionTemplatesRequest source)
public Long[] getDefinitions()
public void setDefinitions(Long[] Definitions)
Definitions
- 视频内容识别模板唯一标识过滤条件,数组长度限制:100。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回记录条数,默认值:10,最大值:100。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2021. All rights reserved.