Look up the appropriate FilterType in PhEye.
Because PERSON entity types are the only type currently supported by PhEye, it uses that instead. Instead, the filter type should be retrieved based on the entity type (some sort of map lookup).
See the line final FilterType filterType = FilterType.PERSON; in PhEyeFilter.
Look up the appropriate
FilterTypein PhEye.Because
PERSONentity types are the only type currently supported by PhEye, it uses that instead. Instead, the filter type should be retrieved based on the entity type (some sort of map lookup).See the line
final FilterType filterType = FilterType.PERSON;inPhEyeFilter.