AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class CustomMetadataValue

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

    Properties

    NumericValue

    Declaration
    public float? NumericValue { get; set; }
    Property Value
    Type Description
    float?

    StringListValue

    Declaration
    public List<string> StringListValue { get; set; }
    Property Value
    Type Description
    List<string>

    StringValue

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