Uses of Class
com.adobe.acs.commons.reports.models.PredictedTag
Packages that use PredictedTag
-
Uses of PredictedTag in com.adobe.acs.commons.reports.internal
Methods in com.adobe.acs.commons.reports.internal that return types with arguments of type PredictedTagModifier and TypeMethodDescriptionPredictedTagsUtil.getPredictedTags(org.apache.sling.api.resource.Resource resource, String relativePropertyPath, Double lowerConfidenceThreshold) For the given resource and relative property path: Validate that the resource is an asset, extract all predicted tags below the relative property path, adapt them to PredictedTags and filter out those whose confidence value is lower than the lowerConfidenceThresholdMethod parameters in com.adobe.acs.commons.reports.internal with type arguments of type PredictedTagModifier and TypeMethodDescriptionprotected voidPredictedTagsUtil.sortByConfidence(List<PredictedTag> tagList) Sort the list of predicted tag sorted by confidence -
Uses of PredictedTag in com.adobe.acs.commons.reports.models
Methods in com.adobe.acs.commons.reports.models that return types with arguments of type PredictedTagMethods in com.adobe.acs.commons.reports.models with parameters of type PredictedTagModifier and TypeMethodDescriptionPredictedTagReportCellCSVExporter.asCellCSVValue(PredictedTag predictedTag)