GroundingVerification class
grounding.verification (§3.2/3.3) — only meaningful when
verificationStatus == DONE.
Constructors
-
GroundingVerification({required double score, required List<
GroundingVerdict> verdicts, String? model, double? credit, int? timeMs}) -
GroundingVerification.fromMap(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
verdictFor(
int sourceId, int occurrence) → GroundingVerdict?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited