Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectionFilter
-
Packages that use DetectionFilter Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DetectionFilter in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DetectionFilter Modifier and Type Method Description DetectionFilterDetectTextFilters. wordFilter()Returns the value of the WordFilter property for this object.DetectionFilterStartTextDetectionFilters. wordFilter()Filters focusing on qualities of the text, such as confidence or size.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type DetectionFilter Modifier and Type Method Description DetectTextFilters.BuilderDetectTextFilters.Builder. wordFilter(DetectionFilter wordFilter)Sets the value of the WordFilter property for this object.StartTextDetectionFilters.BuilderStartTextDetectionFilters.Builder. wordFilter(DetectionFilter wordFilter)Filters focusing on qualities of the text, such as confidence or size.
-