Class UpdatedLabelsIn
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.UpdatedLabelsIn
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdatedLabelsIn
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updated labeling from the input document, accounting for the submitted feedback.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdatedLabelsIn.Builder
Builder. -
Method Summary
Modifier and Type Method Description List<Category>
categories()
Gets the categories.UpdatedLabelsIn.Builder
newBuilder()
New builder.List<TypeLabel>
types()
Gets the types.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a UpdatedLabelsIn builder
-
types
Gets the types.Description of the action specified by the element and whom it affects.
- Returns:
- the types
-
categories
Gets the categories.List of functional categories into which the element falls; in other words, the subject matter of the element.
- Returns:
- the categories
-