diff --git a/config/schema/google_vision.schema.yml b/config/schema/google_vision.schema.yml index 884df2a..76f0c1a 100644 --- a/config/schema/google_vision.schema.yml +++ b/config/schema/google_vision.schema.yml @@ -21,3 +21,6 @@ field.field.*.*.*.third_party.google_vision: safe_search: type: boolean label: 'Safe Search' + emotion_detect: + type: boolean + label: 'Emotion Detection'