Package | Description |
---|---|
com.ibm.watson.health.acd.v1 |
Annotator for Clinical Data v1.
|
Modifier and Type | Method and Description |
---|---|
ContainerGroup |
AnnotatorForClinicalData.analyze(java.lang.String text,
Flow flow)
Method to analyze text with a manually defined annotator flow.
|
ContainerGroup |
AnnotatorForClinicalData.analyze(java.lang.String text,
Flow flow,
boolean returnAnalyzedText)
Method to analyze text with a manually defined annotator flow.
|
ContainerGroup |
AnnotatorForClinicalData.analyzeWithFlow(java.lang.String flowId,
java.lang.String text)
Method to analyze text with an existing annotator flow.
|
ContainerGroup |
AnnotatorForClinicalData.analyzeWithFlow(java.lang.String flowId,
java.lang.String text,
boolean returnAnalyzedText)
Method to analyze text with an existing annotator flow.
|
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.
|
ContainerGroup |
AnnotatorForClinicalData.analyzeWithFlowDebug(java.lang.String flowId,
java.lang.String text,
boolean returnAnalyzedText,
boolean debug)
Method to analyze text with an existing annotator flow with analyze debug flag enabled.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.cloud.sdk.core.http.ServiceCall<ContainerGroup> |
AnnotatorForClinicalData.analyze(AnalyzeOptions analyzeOptions)
Derive entities and relations from unstructured data.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
AnnotatorForClinicalData.analyzeDebug(java.lang.String text,
Flow flow,
boolean returnAnalyzedText,
boolean debug)
Method to analyze text with a manually defined annotator flow.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
AnnotatorForClinicalData.analyzeInclResponseDetails(java.lang.String text,
Flow flow)
Method to analyze text with a manually defined annotator flow.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
AnnotatorForClinicalData.analyzeInclResponseDetails(java.lang.String text,
Flow flow,
boolean returnAnalyzedText)
Method to analyze text with a manually defined annotator flow.
|
com.ibm.cloud.sdk.core.http.ServiceCall<ContainerGroup> |
AnnotatorForClinicalData.analyzeWithFlow(AnalyzeWithFlowOptions analyzeWithFlowOptions)
analyze with a persisted 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,
java.lang.String text)
Method to analyze text with an existing annotator flow.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
AnnotatorForClinicalData.analyzeWithFlowInclResponseDetails(java.lang.String flowId,
java.lang.String text,
boolean returnAnalyzedText)
Method to analyze text with an existing annotator flow.
|
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.
|
Copyright © 2022 IBM Cloud. All rights reserved.