CitationAnnotation class
An annotation citing a source.
- Inheritance
-
- Object
- AIAnnotation
- CitationAnnotation
Constructors
-
CitationAnnotation({String? title, Uri? url, String? fileId, String? toolName, String? snippet, List<
AnnotatedRegion> ? annotatedRegions, Object? rawRepresentation, AdditionalPropertiesDictionary? additionalProperties}) - Creates a new CitationAnnotation.
Properties
- additionalProperties ↔ AdditionalPropertiesDictionary?
-
Additional properties.
getter/setter pairinherited
-
annotatedRegions
↔ List<
AnnotatedRegion> ? -
The regions of content this annotation applies to.
getter/setter pairinherited
- fileId ↔ String?
-
A provider-specific file identifier.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rawRepresentation ↔ Object?
-
The underlying implementation-specific representation.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snippet ↔ String?
-
An excerpt from the source.
getter/setter pair
- title ↔ String?
-
The title of the cited source.
getter/setter pair
- toolName ↔ String?
-
The name of the tool that produced the cited content.
getter/setter pair
- url ↔ Uri?
-
The URL of the cited source.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited