Retail v2 API - Class SafetySetting (2.15.0)

public sealed class SafetySetting : IMessage<SafetySetting>, IEquatable<SafetySetting>, IDeepCloneable<SafetySetting>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class SafetySetting.

Safety settings.

Inheritance

object > SafetySetting

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

SafetySetting()

public SafetySetting()

SafetySetting(SafetySetting)

public SafetySetting(SafetySetting other)
Parameter
Name Description
other SafetySetting

Properties

Category

public HarmCategory Category { get; set; }

Harm category.

Property Value
Type Description
HarmCategory

Method

public SafetySetting.Types.HarmBlockMethod Method { get; set; }

Optional. Specify if the threshold is used for probability or severity score. If not specified, the threshold is used for probability score.

Property Value
Type Description
SafetySettingTypesHarmBlockMethod

Threshold

public SafetySetting.Types.HarmBlockThreshold Threshold { get; set; }

The harm block threshold.

Property Value
Type Description
SafetySettingTypesHarmBlockThreshold