enum Gemini::HarmProbability

Overview

The probability that a piece of content is harmful.

API Reference

Defined in:

gemini/types.cr

Enum Members

HarmProbabilityUnspecified = 0
Negligible = 1
Low = 2
Medium = 3
High = 4

Instance Method Summary

Instance Method Detail

def harm_probability_unspecified? #

def high? #

def low? #

def medium? #

def negligible? #