public class GroundingSupport
GroundingSupport | Initializes a new instance of the GroundingSupport class |
ConfidenceScores | Confidence score of the support references. Ranges from 0 to 1. 1 is the most confident. This list must have the same size as the groundingChunkIndices. |
GroundingChunkIndices | A list of indices (into 'grounding_chunk') specifying the citations associated with the claim. For instance, means that grounding_chunk, grounding_chunk, grounding_chunk are the retrieved content attributed to the claim. |
Segment | Segment of the content this support belongs to. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |