public class DescribeTextLibRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTextLibRequest() | 
| DescribeTextLibRequest(DescribeTextLibRequest 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 | getStrategyType()Get 内容类型 text: 1; image: 2; audio: 3; video: 4 | 
| void | setStrategyType(Long StrategyType)Set 内容类型 text: 1; image: 2; audio: 3; video: 4 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTextLibRequest()
public DescribeTextLibRequest(DescribeTextLibRequest source)
public Long getStrategyType()
public void setStrategyType(Long StrategyType)
StrategyType - 内容类型 text: 1; image: 2; audio: 3; video: 4Copyright © 2025. All rights reserved.