Interface IGenerativeAIRatingResult

The AI rating result Interface Represents the result of an AI rating.

interface IGenerativeAIRatingResult {
    index?: number;
    status: GenerativeAIRatingStatus;
    type: Rating;
}

Hierarchy (view full)

Properties

Properties

index?: number

The index of the output, in case of partial results.

The status of the rating.

type: Rating

The rating AI job type.