Package | Description |
---|---|
com.ibm.watson.health.acd.v1 |
Annotator for Clinical Data v1.
|
com.ibm.watson.health.acd.v1.model | |
com.ibm.watson.health.acd.v1.util |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Flow |
Flow.Builder.build()
Builds a Flow.
|
Flow |
Annotator.flow()
Gets the flow.
|
Flow |
AnnotatorFlow.flow()
Gets the flow.
|
Flow |
FlowEntry.flow()
Gets the flow.
|
Modifier and Type | Method and Description |
---|---|
Annotator.Builder |
Annotator.Builder.flow(Flow flow)
Set the flow.
|
AnnotatorFlow.Builder |
AnnotatorFlow.Builder.flow(Flow flow)
Set the flow.
|
FlowEntry.Builder |
FlowEntry.Builder.flow(Flow flow)
Set the flow.
|
Modifier and Type | Method and Description |
---|---|
Flow |
FlowUtil.Builder.build()
Builds a FlowUtil.
|
static Flow |
FlowUtil.buildFlow(Flow flow) |
Modifier and Type | Method and Description |
---|---|
static Flow |
FlowUtil.buildFlow(Flow flow) |
Copyright © 2022 IBM Cloud. All rights reserved.