React Native Firebase
    Preparing search index...

    A safety rating associated with a GenerateContentCandidate

    interface SafetyRating {
        blocked: boolean;
        category: HarmCategory;
        probability: HarmProbability;
        probabilityScore: number;
        severity: HarmSeverity;
        severityScore: number;
    }
    Index

    Properties

    blocked: boolean
    category: HarmCategory
    probability: HarmProbability
    probabilityScore: number

    The probability score of the harm category.

    This property is only supported when using the Vertex AI Gemini API (VertexAIBackend). When using the Gemini Developer API (GoogleAIBackend), this property is not supported and will default to 0.

    severity: HarmSeverity

    The harm severity level.

    This property is only supported when using the Vertex AI Gemini API (VertexAIBackend). When using the Gemini Developer API (GoogleAIBackend), this property is not supported and will default to HarmSeverity.UNSUPPORTED.

    severityScore: number

    The severity score of the harm category.

    This property is only supported when using the Vertex AI Gemini API (VertexAIBackend). When using the Gemini Developer API (GoogleAIBackend), this property is not supported and will default to 0.