ConstraintCategory
Category constraints.
Fields
Property | Required | Type | Description |
---|---|---|---|
anyOf | False | List[Category] | The photo must match at least one criteria. |
allOf | False | List[Category] | The photo must match all the criteria. |
noneOf | False | List[Category] | The photo must not match any criteria. |
ignore | False | List[Category] | Turns off the criteria that could otherwise be determined and applied during the recommendation process. |