Class EntityMentionRelationship
Defines directed relationship from one entity mention to another.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class EntityMentionRelationship : IDirectResponseSchema
Properties
Confidence
The model's confidence in this 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 |
ObjectId
object_id is the id of the object entity mention.
Declaration
[JsonProperty("objectId")]
public virtual string ObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
SubjectId
subject_id is the id of the subject entity mention.
Declaration
[JsonProperty("subjectId")]
public virtual string SubjectId { get; set; }
Property Value
Type | Description |
---|---|
string |