com.ibm.cloud.sdk.core.http.ServiceCall<ContainerGroup> |
AnnotatorForClinicalData.analyze(AnalyzeOptions analyzeOptions) |
Detect 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 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.
|
com.ibm.cloud.sdk.core.http.ServiceCall<ContainerGroup> |
AnnotatorForClinicalData.analyzeWithFlow(AnalyzeWithFlowOptions analyzeWithFlowOptions) |
Detect entities and relations from unstructured data using 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 a persisted annotator flow with analyze debug flag enabled.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
AnnotatorForClinicalData.analyzeWithFlowInclResponseDetails(java.lang.String flowId,
UnstructuredContainer unstructuredContainer) |
Method to analyze text with a persisted annotator flow.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
AnnotatorForClinicalData.analyzeWithFlowInclResponseDetails(java.lang.String flowId,
UnstructuredContainer unstructuredContainer,
boolean returnAnalyzedText) |
Method to analyze text with a persisted annotator flow.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
AnnotatorForClinicalData.analyzeWithFlowInclResponseDetails(java.lang.String flowId,
java.lang.String text) |
Method to analyze text with a persisted 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 a persisted annotator flow.
|