Show / Hide Table of Contents

Class GoogleChecksAisafetyV1alphaClassifyContentRequestPolicyConfig

List of policies to classify against.

Inheritance
object
GoogleChecksAisafetyV1alphaClassifyContentRequestPolicyConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX