Class SensitiveTextAnnotation
A TextAnnotation specifies a text range that includes sensitive information.
Implements
Inherited Members
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 |