Show / Hide Table of Contents

Class SensitiveTextAnnotation

A TextAnnotation specifies a text range that includes sensitive information.

Inheritance
object
SensitiveTextAnnotation
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 SensitiveTextAnnotation : IDirectResponseSchema

Properties

Details

Maps from a resource slice. For example, FHIR resource field path to a set of sensitive text findings. For example, Appointment.Narrative text1 --> {findings_1, findings_2, findings_3}

Declaration
[JsonProperty("details")]
public virtual IDictionary<string, Detail> Details { get; set; }
Property Value
Type Description
IDictionary<string, Detail>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX