Class AnalysisResultsUsage
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_understanding.v1.model.AnalysisResultsUsage
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AnalysisResultsUsage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
API usage information for the request.
-
Constructor Summary
Constructors Constructor Description AnalysisResultsUsage()
-
Method Summary
Modifier and Type Method Description Long
getFeatures()
Gets the features.Long
getTextCharacters()
Gets the textCharacters.Long
getTextUnits()
Gets the textUnits.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
AnalysisResultsUsage
public AnalysisResultsUsage()
-
-
Method Details
-
getFeatures
Gets the features.Number of features used in the API call.
- Returns:
- the features
-
getTextCharacters
Gets the textCharacters.Number of text characters processed.
- Returns:
- the textCharacters
-
getTextUnits
Gets the textUnits.Number of 10,000-character units processed.
- Returns:
- the textUnits
-