| Package | Description |
|---|---|
| io.redlink.sdk.impl.analysis.model |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<TextAnnotation,EntityAnnotation> |
Enhancements.getBestAnnotations()
Returns the best
EntityAnnotations (those with the highest confidence value) for each extracted TextAnnotation |
com.google.common.collect.Multimap<TextAnnotation,EntityAnnotation> |
Enhancements.getEntityAnnotationsByTextAnnotation() |
Collection<TextAnnotation> |
Enhancements.getTextAnnotations()
Returns the
Collection of extracted TextAnnotations |
Collection<TextAnnotation> |
Enhancements.getTextAnnotationsByConfidenceValue(Double confidenceValue)
Returns a
Collection of TextAnnotations which confidences values are greater than or equal
to the value passed by parameter |
abstract Collection<TextAnnotation> |
EnhancementsParser.parseTextAnnotations()
Returns a
Collection of TextAnnotations from a serialized Enhancement Structure |
| Modifier and Type | Method and Description |
|---|---|
Collection<EntityAnnotation> |
Enhancements.getEntityAnnotations(TextAnnotation ta)
|
Copyright © 2018 Redlink GmbH. All rights reserved.