Class GoogleChecksAisafetyV1alphaClassifyContentResponsePolicyResult
Result for one policy against the corresponding input.
Implements
Inherited Members
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 |