Class GoogleChecksAisafetyV1alphaClassifyContentRequestPolicyConfig
List of policies to classify against.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksAisafetyV1alphaClassifyContentRequestPolicyConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyType
Required. Type of the policy.
Declaration
[JsonProperty("policyType")]
public virtual string PolicyType { get; set; }
Property Value
Type | Description |
---|---|
string |
Threshold
Optional. Score threshold to use when deciding if the content is violative or non-violative. If not specified, the default 0.5 threshold for the policy will be used.
Declaration
[JsonProperty("threshold")]
public virtual float? Threshold { get; set; }
Property Value
Type | Description |
---|---|
float? |