Package com.merative.acd.v1.model
Class AnalyzeOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.merative.acd.v1.model.AnalyzeOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class AnalyzeOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe analyze options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAnalyzeOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AnnotatorFlow>annotatorFlows()Gets the annotatorFlows.booleandebug()Gets the debug flag.AnalyzeOptions.BuildernewBuilder()New builder.booleanreturnAnalyzedText()Gets the returnAnalyzedText.java.util.List<UnstructuredContainer>unstructured()Gets the unstructured.
 
- 
- 
- 
Method Detail- 
newBuilderpublic AnalyzeOptions.Builder newBuilder() New builder.- Returns:
- a AnalyzeOptions builder
 
 - 
unstructuredpublic java.util.List<UnstructuredContainer> unstructured() Gets the unstructured.- Returns:
- the unstructured
 
 - 
annotatorFlowspublic java.util.List<AnnotatorFlow> annotatorFlows() Gets the annotatorFlows.- Returns:
- the annotatorFlows
 
 - 
returnAnalyzedTextpublic boolean returnAnalyzedText() Gets the returnAnalyzedText. true or false- Returns:
- the returnAnalyzedText
 
 - 
debugpublic boolean debug() Gets the debug flag. true or false- Returns:
- the debug
 
 
- 
 
-