Uses of Class
com.oracle.bmc.aidocument.model.KeyValueDetectionConfidenceEntry
-
Packages that use KeyValueDetectionConfidenceEntry Package Description com.oracle.bmc.aidocument.model -
-
Uses of KeyValueDetectionConfidenceEntry in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return KeyValueDetectionConfidenceEntry Modifier and Type Method Description KeyValueDetectionConfidenceEntry
KeyValueDetectionConfidenceEntry.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type KeyValueDetectionConfidenceEntry Modifier and Type Method Description List<KeyValueDetectionConfidenceEntry>
KeyValueDetectionLabelMetricsReport. getConfidenceEntries()
List of key value detection confidence report.List<KeyValueDetectionConfidenceEntry>
KeyValueDetectionOverallMetricsReport. getConfidenceEntries()
List of key value detection confidence report.Methods in com.oracle.bmc.aidocument.model with parameters of type KeyValueDetectionConfidenceEntry Modifier and Type Method Description KeyValueDetectionConfidenceEntry.Builder
KeyValueDetectionConfidenceEntry.Builder. copy(KeyValueDetectionConfidenceEntry model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type KeyValueDetectionConfidenceEntry Modifier and Type Method Description KeyValueDetectionLabelMetricsReport.Builder
KeyValueDetectionLabelMetricsReport.Builder. confidenceEntries(List<KeyValueDetectionConfidenceEntry> confidenceEntries)
List of key value detection confidence report.KeyValueDetectionOverallMetricsReport.Builder
KeyValueDetectionOverallMetricsReport.Builder. confidenceEntries(List<KeyValueDetectionConfidenceEntry> confidenceEntries)
List of key value detection confidence report.Constructor parameters in com.oracle.bmc.aidocument.model with type arguments of type KeyValueDetectionConfidenceEntry Constructor Description KeyValueDetectionLabelMetricsReport(String label, Integer documentCount, Float meanAveragePrecision, List<KeyValueDetectionConfidenceEntry> confidenceEntries)
Deprecated.KeyValueDetectionOverallMetricsReport(Integer documentCount, Float meanAveragePrecision, List<KeyValueDetectionConfidenceEntry> confidenceEntries)
Deprecated.
-