Try for free

Vision Variables

These variables control how Vision is configured and operates.

Variable Type Description
MCLOUD_TOOL_ENABLED_VISION boolean Vision is enabled.
MCLOUD_VISION_PROVIDER string Which Vision provider to use. Valid values are: rekognition or google.
MCLOUD_VISION_DETECT_LABELS boolean Detects instances of real-world labels within an image such as flower, tree, table, desk, etc.
MCLOUD_VISION_DETECT_LABELS_TAX string The taxonomy to use for applying labels as tags.
MCLOUD_VISION_DETECT_LABELS_CONFIDENCE number The minimum confidence required to apply the label as a tag.
MCLOUD_VISION_DETECT_MODERATION_LABELS boolean Detects explicit or suggestive adult content in an image.
MCLOUD_VISION_DETECT_MODERATION_LABELS_TAX string The taxonomy to use for applying labels as tags.
MCLOUD_VISION_DETECT_MODERATION_LABELS_CONFIDENCE number The minimum confidence required to apply the label as a tag.
MCLOUD_VISION_DETECT_CELEBRITY boolean Detect celebrities faces in images.
MCLOUD_VISION_DETECT_CELEBRITY_TAX string The taxonomy to use for celebrity tagging.
MCLOUD_VISION_DETECT_FACES boolean Detect faces in images.
MCLOUD_VISION_ALWAYS_BACKGROUND boolean If enabled, all Vision processing occurs in the background, otherwise processing occurs during an upload.
MCLOUD_VISION_IGNORED_TAGS string Comma separated list of tags to ignore.