public class AnalysisResultsUsage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
features |
protected java.lang.Long |
textCharacters |
protected java.lang.Long |
textUnits |
Constructor and Description |
---|
AnalysisResultsUsage() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getFeatures()
Gets the features.
|
java.lang.Long |
getTextCharacters()
Gets the textCharacters.
|
java.lang.Long |
getTextUnits()
Gets the textUnits.
|
protected java.lang.Long features
@SerializedName(value="text_characters") protected java.lang.Long textCharacters
@SerializedName(value="text_units") protected java.lang.Long textUnits
public java.lang.Long getFeatures()
Number of features used in the API call.
public java.lang.Long getTextCharacters()
Number of text characters processed.
public java.lang.Long getTextUnits()
Number of 10,000-character units processed.