Class TextConfig
Configures how to transform sensitive text InfoTypes
.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class TextConfig : IDirectResponseSchema
Properties
AdditionalTransformations
Additional transformations to apply to the detected data, overriding profile
.
Declaration
[JsonProperty("additionalTransformations")]
public virtual IList<InfoTypeTransformation> AdditionalTransformations { get; set; }
Property Value
Type | Description |
---|---|
IList<InfoTypeTransformation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludeInfoTypes
InfoTypes to skip transforming, overriding profile
.
Declaration
[JsonProperty("excludeInfoTypes")]
public virtual IList<string> ExcludeInfoTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ProfileType
Base profile type for text transformation.
Declaration
[JsonProperty("profileType")]
public virtual string ProfileType { get; set; }
Property Value
Type | Description |
---|---|
string |
Transformations
The transformations to apply to the detected data. Deprecated. Use additional_transformations
instead.
Declaration
[JsonProperty("transformations")]
public virtual IList<InfoTypeTransformation> Transformations { get; set; }
Property Value
Type | Description |
---|---|
IList<InfoTypeTransformation> |