Class TextConfig
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class TextConfig : IDirectResponseSchema
Properties
AdditionalTransformations
Optional. Transformations to apply to the detected data, overridden by exclude_info_types
.
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
Optional. InfoTypes to skip transforming, overriding additional_transformations
.
Declaration
[JsonProperty("excludeInfoTypes")]
public virtual IList<string> ExcludeInfoTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Transformations
Optional. 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> |