Show / Hide Table of Contents

Class GoogleChecksAisafetyV1alphaClassifyContentRequest

Request proto for ClassifyContent RPC.

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

Properties

ClassifierVersion

Optional. Version of the classifier to use. If not specified, the latest version will be used.

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

Context

Optional. Context about the input that will be used to help on the classification.

Declaration
[JsonProperty("context")]
public virtual GoogleChecksAisafetyV1alphaClassifyContentRequestContext Context { get; set; }
Property Value
Type Description
GoogleChecksAisafetyV1alphaClassifyContentRequestContext

ETag

The ETag of the item.

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

Input

Required. Content to be classified.

Declaration
[JsonProperty("input")]
public virtual GoogleChecksAisafetyV1alphaClassifyContentRequestInputContent Input { get; set; }
Property Value
Type Description
GoogleChecksAisafetyV1alphaClassifyContentRequestInputContent

Policies

Required. List of policies to classify against.

Declaration
[JsonProperty("policies")]
public virtual IList<GoogleChecksAisafetyV1alphaClassifyContentRequestPolicyConfig> Policies { get; set; }
Property Value
Type Description
IList<GoogleChecksAisafetyV1alphaClassifyContentRequestPolicyConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX