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.v1Methods in com.merative.acd.v1 with parameters of type Flow Modifier and Type Method Description ContainerGroupAnnotatorForClinicalData. analyze(java.lang.String text, Flow flow)Method to analyze text with a provided annotator flow definition.ContainerGroupAnnotatorForClinicalData. 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.modelMethods in com.merative.acd.v1.model that return Flow Modifier and Type Method Description FlowFlow.Builder. build()Builds a Flow.FlowAnnotator. flow()Gets the flow.FlowAnnotatorFlow. flow()Gets the flow.FlowFlowEntry. flow()Gets the flow.Methods in com.merative.acd.v1.model with parameters of type Flow Modifier and Type Method Description Annotator.BuilderAnnotator.Builder. flow(Flow flow)Set the flow.AnnotatorFlow.BuilderAnnotatorFlow.Builder. flow(Flow flow)Set the flow.FlowEntry.BuilderFlowEntry.Builder. flow(Flow flow)Set the flow.
- 
Uses of Flow in com.merative.acd.v1.utilMethods in com.merative.acd.v1.util that return Flow Modifier and Type Method Description FlowFlowUtil.Builder. build()Builds a FlowUtil.static FlowFlowUtil. buildFlow(Flow flow)Methods in com.merative.acd.v1.util with parameters of type Flow Modifier and Type Method Description static FlowFlowUtil. buildFlow(Flow flow)
 
-