Show / Hide Table of Contents

Class GoogleChecksAisafetyV1alphaClassifyContentResponsePolicyResult

Result for one policy against the corresponding input.

Inheritance
object
GoogleChecksAisafetyV1alphaClassifyContentResponsePolicyResult
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 GoogleChecksAisafetyV1alphaClassifyContentResponsePolicyResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PolicyType

Type of the policy.

Declaration
[JsonProperty("policyType")]
public virtual string PolicyType { get; set; }
Property Value
Type Description
string

Score

Final score for the results of this policy.

Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type Description
float?

ViolationResult

Result of the classification for the policy.

Declaration
[JsonProperty("violationResult")]
public virtual string ViolationResult { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX