Show / Hide Table of Contents

Class ContentModerationResult

The result of content moderation.

Inheritance
object
ContentModerationResult
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 ContentModerationResult

Properties

Categories

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

A list of categories with their respective scores.

Remarks

Required

In this article
Back to top