View Source GoogleApi.HealthCare.V1beta1.Model.ImageConfig (google_api_health_care v0.50.1)

Specifies how to handle de-identification of image pixels.

Attributes

  • additionalInfoTypes (type: list(String.t), default: nil) - Additional InfoTypes to redact in the images in addition to those used by text_redaction_mode. Can only be used when text_redaction_mode is set to REDACT_SENSITIVE_TEXT, REDACT_SENSITIVE_TEXT_CLEAN_DESCRIPTORS or TEXT_REDACTION_MODE_UNSPECIFIED.
  • excludeInfoTypes (type: list(String.t), default: nil) - InfoTypes to skip redacting, overriding those used by text_redaction_mode. Can only be used when text_redaction_mode is set to REDACT_SENSITIVE_TEXT or REDACT_SENSITIVE_TEXT_CLEAN_DESCRIPTORS.
  • textRedactionMode (type: String.t, default: nil) - Determines how to redact text from image.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.ImageConfig{
  additionalInfoTypes: [String.t()] | nil,
  excludeInfoTypes: [String.t()] | nil,
  textRedactionMode: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.