Show / Hide Table of Contents

Class ImageConfig

Specifies how to handle de-identification of image pixels.

Inheritance
object
ImageConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ImageConfig : IDirectResponseSchema

Properties

AdditionalInfoTypes

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.

Declaration
[JsonProperty("additionalInfoTypes")]
public virtual IList<string> AdditionalInfoTypes { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExcludeInfoTypes

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.

Declaration
[JsonProperty("excludeInfoTypes")]
public virtual IList<string> ExcludeInfoTypes { get; set; }
Property Value
Type Description
IList<string>

TextRedactionMode

Determines how to redact text from image.

Declaration
[JsonProperty("textRedactionMode")]
public virtual string TextRedactionMode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX