| Package | Description | 
|---|---|
| org.wandora.application.tools.extractors.rekognition | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
AbstractRekognitionExtractor.BoundingBoxHandler
BoundingBoxHandler creates a Topic structure representing a "boundingbox"
 structure from the response data. 
 | 
(package private) class  | 
AbstractRekognitionExtractor.CoordinateHandler
CoordinateHandler creates a coordinate topic with simple occurrences of
 x and y from a JSONObject looking like:
 {
 "x": 
 | 
protected class  | 
AbstractRekognitionExtractor.MatchHandler
MatchHandler creates a Topic representing a celebrity match from the
 response data. 
 | 
(package private) class  | 
AbstractRekognitionExtractor.NumericValueHandler
NumericValueHandler creates simple occurrence data representing numeric
 (double) values. 
 | 
(package private) class  | 
AbstractRekognitionExtractor.NumericValuesHandler
NumericValuesHandler creates a series of Topics from a JSONObject where
 the keys are used as Topics to be associated with the detection and
 a numeric value describing the confidence of the association. 
 | 
(package private) class  | 
AbstractRekognitionExtractor.PoseHandler
PoseHandler creates a Topic representing a "pose" structure from the
 response data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract java.util.HashMap<java.lang.String,AbstractRekognitionExtractor.ValueHandler> | 
AbstractRekognitionExtractor.createHandlerMap()  | 
protected java.util.HashMap<java.lang.String,AbstractRekognitionExtractor.ValueHandler> | 
RekognitionFaceDetector.createHandlerMap()  | 
protected java.util.HashMap<java.lang.String,AbstractRekognitionExtractor.ValueHandler> | 
RekognitionSceneDetector.createHandlerMap()  | 
Copyright 2004-2015 Wandora Team