Claim class final
Claim that is extracted from the input text and facts that support it.
- Inheritance
-
- Object
- ProtoMessage
- Claim
Constructors
Properties
- endIndex → int?
-
Index in the input text where the claim ends (exclusive).
final
-
factIndexes
→ List<
int> -
Indexes of the facts supporting this claim.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double?
-
Confidence score of this corroboration.
final
- startIndex → int?
-
Index in the input text where the claim starts (inclusive).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String