public class KeywordCategory extends Object
Java class for KeywordCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordCategory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ConfidenceScore" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected Double |
confidenceScore |
| Constructor and Description |
|---|
KeywordCategory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the value of the category property.
|
Double |
getConfidenceScore()
Gets the value of the confidenceScore property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setConfidenceScore(Double value)
Sets the value of the confidenceScore property.
|
public String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic Double getConfidenceScore()
DoubleCopyright © 2024. All rights reserved.