Class Feature
A feature of an entity mention.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class Feature : IDirectResponseSchema
Properties
Confidence
The model's confidence in this feature annotation. A number between 0 and 1.
Declaration
[JsonProperty("confidence")]
public virtual double? Confidence { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The value of this feature annotation. Its range depends on the type of the feature.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |