EntityMentionRelationship class
Defines directed relationship from one entity mention to another.
Constructors
- EntityMentionRelationship({double? confidence, String? objectId, String? subjectId})
- EntityMentionRelationship.fromJson(Map json_)
Properties
- confidence ↔ double?
-
The model's confidence in this annotation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- objectId ↔ String?
-
object_id is the id of the object entity mention.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subjectId ↔ String?
-
subject_id is the id of the subject entity mention.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited