TweetContextAnnotationGroup class

Annotations
  • @freezed

Constructors

TweetContextAnnotationGroup({required TweetContextAnnotation domain, required TweetContextAnnotation entity})
const
factory
TweetContextAnnotationGroup.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $TweetContextAnnotationGroupCopyWith<TweetContextAnnotationGroup>
no setterinherited
domain TweetContextAnnotation
Contains elements which identify detailed information regarding the domain classification based on Tweet text.
no setterinherited
entity TweetContextAnnotation
Contains elements which identify detailed information regarding the entity classification bases on Tweet text.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited