Class SummarizationOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_understanding.v1.model.SummarizationOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SummarizationOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
(Experimental) Returns a summary of content.
Supported languages: English only.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SummarizationOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description Long
limit()
Gets the limit.SummarizationOptions.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a SummarizationOptions builder
-
limit
Gets the limit.Maximum number of summary sentences to return.
- Returns:
- the limit
-