Class Condition
Filter condition applicable to a single key.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class Condition
Properties
| Edit this page View SourceNumericValue
The numeric value to filter the metadata on.
Declaration
[JsonProperty("numericValue")]
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
[JsonProperty("operation")]
public Operator Operation { get; set; }
Property Value
| Type | Description |
|---|---|
| Operator |
StringValue
The string value to filter the metadata on.
Declaration
[JsonProperty("stringValue")]
public string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |