Action Args
data class ActionArgs(val cleanImageTag: Output<ImageConfigArgs>? = null, val cleanTextTag: Output<CleanTextTagArgs>? = null, val deleteTag: Output<DeleteTagArgs>? = null, val keepTag: Output<KeepTagArgs>? = null, val queries: Output<List<String>>? = null, val recurseTag: Output<RecurseTagArgs>? = null, val regenUidTag: Output<RegenUidTagArgs>? = null, val removeTag: Output<RemoveTagArgs>? = null, val resetTag: Output<ResetTagArgs>? = null) : ConvertibleToJava<ActionArgs>
Specifies a selection of tags and an Action
to apply to each one.
Constructors
Link copied to clipboard
fun ActionArgs(cleanImageTag: Output<ImageConfigArgs>? = null, cleanTextTag: Output<CleanTextTagArgs>? = null, deleteTag: Output<DeleteTagArgs>? = null, keepTag: Output<KeepTagArgs>? = null, queries: Output<List<String>>? = null, recurseTag: Output<RecurseTagArgs>? = null, regenUidTag: Output<RegenUidTagArgs>? = null, removeTag: Output<RemoveTagArgs>? = null, resetTag: Output<ResetTagArgs>? = null)
Functions
Properties
Link copied to clipboard
Inspect image and transform sensitive burnt-in text. Doesn't apply to elements nested in a sequence, which revert to Keep
. Supported tags: PixelData
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard