Class Finding
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class Finding : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
End
Zero-based ending index of the found text, exclusively.
Declaration
[JsonProperty("end")]
public virtual long? End { get; set; }
Property Value
Type | Description |
---|---|
long? |
InfoType
The type of information stored in this text range. For example, HumanName, BirthDate, or Address.
Declaration
[JsonProperty("infoType")]
public virtual string InfoType { get; set; }
Property Value
Type | Description |
---|---|
string |
Quote
The snippet of the sensitive text. This field is only populated during deidentification if store_quote
is
set to true in DeidentifyConfig.
Declaration
[JsonProperty("quote")]
public virtual string Quote { get; set; }
Property Value
Type | Description |
---|---|
string |
Start
Zero-based starting index of the found text, inclusively.
Declaration
[JsonProperty("start")]
public virtual long? Start { get; set; }
Property Value
Type | Description |
---|---|
long? |