Package | Description |
---|---|
com.ibm.watson.health.acd.v1 |
Annotator for Clinical Data v1.
|
com.ibm.watson.health.acd.v1.model |
Modifier and Type | Method and Description |
---|---|
ContainerGroup |
AnnotatorForClinicalData.analyzeWithFlow(java.lang.String flowId,
UnstructuredContainer unstructuredContainer)
Method to analyze text with an existing annotator flow.
|
ContainerGroup |
AnnotatorForClinicalData.analyzeWithFlow(java.lang.String flowId,
UnstructuredContainer unstructuredContainer,
boolean returnAnalyzedText)
Method to analyze text with an existing annotator flow.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
AnnotatorForClinicalData.analyzeWithFlowDebug(java.lang.String flowId,
UnstructuredContainer unstructuredContainer,
boolean returnAnalyzedText,
boolean debug)
Method to analyze text with an existing annotator flow with analyze debug flag enabled.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
AnnotatorForClinicalData.analyzeWithFlowInclResponseDetails(java.lang.String flowId,
UnstructuredContainer unstructuredContainer)
Deprecated.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
AnnotatorForClinicalData.analyzeWithFlowInclResponseDetails(java.lang.String flowId,
UnstructuredContainer unstructuredContainer,
boolean returnAnalyzedText)
Method to analyze text with an existing annotator flow.
|
Modifier and Type | Method and Description |
---|---|
UnstructuredContainer |
UnstructuredContainer.Builder.build()
Builds a UnstructuredContainer.
|
UnstructuredContainer |
ContainerGroup.getUnstructured(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<UnstructuredContainer> |
ContainerGroup.getUnstructured()
Gets the unstructured.
|
java.util.List<UnstructuredContainer> |
AnalyticFlowBeanInput.unstructured()
Gets the unstructured.
|
java.util.List<UnstructuredContainer> |
RequestContainer.unstructured()
Gets the unstructured.
|
java.util.List<UnstructuredContainer> |
AnalyzeOptions.unstructured()
Gets the unstructured.
|
java.util.List<UnstructuredContainer> |
RunPipelineOptions.unstructured()
Gets the unstructured.
|
Modifier and Type | Method and Description |
---|---|
AnalyticFlowBeanInput.Builder |
AnalyticFlowBeanInput.Builder.addUnstructured(UnstructuredContainer unstructured)
Adds an unstructured to unstructured.
|
RequestContainer.Builder |
RequestContainer.Builder.addUnstructured(UnstructuredContainer unstructured)
Adds an unstructured to unstructured.
|
AnalyzeOptions.Builder |
AnalyzeOptions.Builder.addUnstructured(UnstructuredContainer unstructured)
Adds an unstructured to unstructured.
|
RunPipelineOptions.Builder |
RunPipelineOptions.Builder.addUnstructured(UnstructuredContainer unstructured)
Adds an unstructured to unstructured.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerGroup.setUnstructured(java.util.List<UnstructuredContainer> unstructured)
Sets the unstructured.
|
AnalyticFlowBeanInput.Builder |
AnalyticFlowBeanInput.Builder.unstructured(java.util.List<UnstructuredContainer> unstructured)
Set the unstructured.
|
RequestContainer.Builder |
RequestContainer.Builder.unstructured(java.util.List<UnstructuredContainer> unstructured)
Set the unstructured.
|
AnalyzeOptions.Builder |
AnalyzeOptions.Builder.unstructured(java.util.List<UnstructuredContainer> unstructured)
Set the unstructured.
|
RunPipelineOptions.Builder |
RunPipelineOptions.Builder.unstructured(java.util.List<UnstructuredContainer> unstructured)
Set the unstructured.
|
Copyright © 2022 IBM Cloud. All rights reserved.