Show / Hide Table of Contents

Class TextConfig

Inheritance
object
TextConfig
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX