GroundingSupport constructor

GroundingSupport({
  1. Segment? segment,
  2. List<int> groundingChunkIndices = const [],
  3. List<double> confidenceScores = const [],
})

Implementation

GroundingSupport({
  this.segment,
  this.groundingChunkIndices = const [],
  this.confidenceScores = const [],
}) : super(fullyQualifiedName);