public class RunPipelineOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RunPipelineOptions.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<AnnotatorFlow> | 
annotatorFlows()
Gets the annotatorFlows. 
 | 
java.lang.Boolean | 
debug()
Gets the debug flag. 
 | 
java.lang.Boolean | 
debugTextRestore()
Gets the debugTextRestore. 
 | 
RunPipelineOptions.Builder | 
newBuilder()
New builder. 
 | 
java.lang.Boolean | 
returnAnalyzedText()
Gets the returnAnalyzedText. 
 | 
java.util.List<UnstructuredContainer> | 
unstructured()
Gets the unstructured. 
 | 
public RunPipelineOptions.Builder newBuilder()
public java.util.List<UnstructuredContainer> unstructured()
public java.util.List<AnnotatorFlow> annotatorFlows()
public java.lang.Boolean debugTextRestore()
public java.lang.Boolean returnAnalyzedText()
public java.lang.Boolean debug()
Copyright © 2022 IBM Cloud. All rights reserved.