Show / Hide Table of Contents

Class EntityMentionRelationship

Defines directed relationship from one entity mention to another.

Inheritance
object
EntityMentionRelationship
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX