Class GoogleMetadata
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class GoogleMetadata
Properties
| Edit this page View SourceNumericValue
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 |