AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class Condition

    Filter condition applicable to a single key.

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

    Properties

    NumericValue

    The numeric value to filter the metadata on.

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

    Operation

    Required. Operator applied to the given key-value pair to trigger the condition.

    Declaration
    public Operator Operation { get; set; }
    Property Value
    Type Description
    Operator

    StringValue

    The string value to filter the metadata on.

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