public class AnalyzeOptions
extends com.ibm.watson.developer_cloud.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.
|
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()
Copyright © 2021 IBM Cloud. All rights reserved.