| Package | Description |
|---|---|
| com.tencentcloudapi.nlp.v20190408.models |
| Modifier and Type | Method and Description |
|---|---|
Category |
ClassifyContentResponse.getFirstClassification()
Get 一级分类。(请参见附录[三级分类体系表](https://cloud.tencent.com/document/product/271/94286))
|
Category |
ClassifyContentResponse.getSecondClassification()
Get 二级分类。(请参见附录[三级分类体系表](https://cloud.tencent.com/document/product/271/94286))
|
Category |
ClassifyContentResponse.getThirdClassification()
Get 三级分类。(请参见附录[三级分类体系表](https://cloud.tencent.com/document/product/271/94286))
注意:此字段可能返回 null,表示取不到有效值。
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassifyContentResponse.setFirstClassification(Category FirstClassification)
Set 一级分类。(请参见附录[三级分类体系表](https://cloud.tencent.com/document/product/271/94286))
|
void |
ClassifyContentResponse.setSecondClassification(Category SecondClassification)
Set 二级分类。(请参见附录[三级分类体系表](https://cloud.tencent.com/document/product/271/94286))
|
void |
ClassifyContentResponse.setThirdClassification(Category ThirdClassification)
Set 三级分类。(请参见附录[三级分类体系表](https://cloud.tencent.com/document/product/271/94286))
注意:此字段可能返回 null,表示取不到有效值。
|
| Constructor and Description |
|---|
Category(Category 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.
|
Copyright © 2025. All rights reserved.