Show / Hide Table of Contents

Class ImageConfig

Specifies how to handle de-identification of image pixels.

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

Properties

ETag

The ETag of the item.

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

TextRedactionMode

Determines how to redact text from image.

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

Implements

IDirectResponseSchema
Back to top