{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ImageConfig", "description": "Specifies how to handle de-identification of image pixels.", "properties": { "textRedactionMode": { "description": "Determines how to redact text from image.", "enum": [ "TEXT_REDACTION_MODE_UNSPECIFIED", "REDACT_ALL_TEXT", "REDACT_SENSITIVE_TEXT", "REDACT_NO_TEXT" ], "type": "string" } }, "type": "object" }