public class AnalyzeOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AnalyzeOptions.Builder
Builder. 
 | 
| Modifier and Type | Method and 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. 
 | 
public AnalyzeOptions.Builder newBuilder()
public java.util.List<UnstructuredContainer> unstructured()
public java.util.List<AnnotatorFlow> annotatorFlows()
public boolean returnAnalyzedText()
public boolean debug()
Copyright © 2022 IBM Cloud. All rights reserved.