Show / Hide Table of Contents

Class ContentModerationConfiguration

Configuration for content moderation.

Inheritance
object
ContentModerationConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class ContentModerationConfiguration

Properties

Categories

Declaration
[Required(ErrorMessage = "Categories is required.")]
[JsonProperty(PropertyName = "categories")]
public List<string> Categories { get; set; }
Property Value
Type Description
List<string>

The categories to detect in the input text.

Remarks

Required

In this article
Back to top