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 Summary
Nested Classes Modifier and Type Class Description static classAnalyzeOptions.BuilderBuilder.
-
Method Summary
All 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
-
newBuilder
public AnalyzeOptions.Builder newBuilder()
New builder.- Returns:
- a AnalyzeOptions builder
-
unstructured
public java.util.List<UnstructuredContainer> unstructured()
Gets the unstructured.- Returns:
- the unstructured
-
annotatorFlows
public java.util.List<AnnotatorFlow> annotatorFlows()
Gets the annotatorFlows.- Returns:
- the annotatorFlows
-
returnAnalyzedText
public boolean returnAnalyzedText()
Gets the returnAnalyzedText. true or false- Returns:
- the returnAnalyzedText
-
debug
public boolean debug()
Gets the debug flag. true or false- Returns:
- the debug
-
-