AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ContentFilter

    Content filtering metadata associated with processing a single request. ContentFilter contains a reason and an optional supporting string. The reason may be unspecified.

    Inheritance
    object
    ContentFilter
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class ContentFilter

    Properties

    Message

    A string that describes the filtering behavior in more detail.

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

    Reason

    The reason content was blocked during request processing.

    Declaration
    public StopReason Reason { get; set; }
    Property Value
    Type Description
    StopReason
    In this article
    Back to top Generated by DocFX