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.GenericModel
The analyze options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AnalyzeOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AnnotatorFlow>
annotatorFlows()
Gets the annotatorFlows.boolean
debug()
Gets the debug flag.AnalyzeOptions.Builder
newBuilder()
New builder.boolean
returnAnalyzedText()
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
-
-