Interface RougeMetricValue

Rouge metric value for an instance. This data type is not supported in Gemini API.

interface RougeMetricValue {
    score?: number;
}

Properties

Properties

score?: number

Output only. Rouge score.