Search Results for

    Show / Hide Table of Contents

    Class SafetySettingExtensions

    Inheritance
    object
    SafetySettingExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public static class SafetySettingExtensions

    Methods

    | Edit this page View Source

    IsNotNullOrEmpty(IList<SafetySetting>)

    Declaration
    public static bool IsNotNullOrEmpty(this IList<SafetySetting> list)
    Parameters
    Type Name Description
    IList<SafetySetting> list
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsNullOrEmpty(IList<SafetySetting>)

    Declaration
    public static bool IsNullOrEmpty(this IList<SafetySetting> list)
    Parameters
    Type Name Description
    IList<SafetySetting> list
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation