Safety setting that can be sent as part of request parameters.
Signature:
export interface SafetySetting
Properties
Property | Type | Description |
---|---|---|
category | HarmCategory | |
method | HarmBlockMethod | |
threshold | HarmBlockThreshold |
SafetySetting.category
Signature:
category: HarmCategory;
SafetySetting.method
Signature:
method?: HarmBlockMethod;
SafetySetting.threshold
Signature:
threshold: HarmBlockThreshold;