Uses of Class
com.merative.acd.v1.model.Flow
-
Packages that use Flow Package Description com.merative.acd.v1 Annotator for Clinical Data v1.com.merative.acd.v1.model com.merative.acd.v1.util -
-
Uses of Flow in com.merative.acd.v1
Methods in com.merative.acd.v1 with parameters of type Flow Modifier and Type Method Description ContainerGroup
AnnotatorForClinicalData. analyze(java.lang.String text, Flow flow)
Method to analyze text with a provided annotator flow definition.ContainerGroup
AnnotatorForClinicalData. analyze(java.lang.String text, Flow flow, boolean returnAnalyzedText)
Method to analyze text using a provided annotator flow definition.com.ibm.cloud.sdk.core.http.Response<ContainerGroup>
AnnotatorForClinicalData. analyzeDebug(java.lang.String text, Flow flow, boolean returnAnalyzedText, boolean debug)
Method to analyze text using a provided annotator flow definition.com.ibm.cloud.sdk.core.http.Response<ContainerGroup>
AnnotatorForClinicalData. analyzeInclResponseDetails(java.lang.String text, Flow flow)
Method to analyze text using a provided annotator flow definition.com.ibm.cloud.sdk.core.http.Response<ContainerGroup>
AnnotatorForClinicalData. analyzeInclResponseDetails(java.lang.String text, Flow flow, boolean returnAnalyzedText)
Method to analyze text using a provided annotator flow definition. -
Uses of Flow in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return Flow Modifier and Type Method 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.Methods in com.merative.acd.v1.model with parameters of type Flow Modifier and Type Method 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. -
Uses of Flow in com.merative.acd.v1.util
Methods in com.merative.acd.v1.util that return Flow Modifier and Type Method Description Flow
FlowUtil.Builder. build()
Builds a FlowUtil.static Flow
FlowUtil. buildFlow(Flow flow)
Methods in com.merative.acd.v1.util with parameters of type Flow Modifier and Type Method Description static Flow
FlowUtil. buildFlow(Flow flow)
-