Struct GeneratedTag
A struct containing the information of a generated tag.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public readonly struct GeneratedTag
Properties
Confidence
A confidence value for the generated tag. This value is between 0 and 1, where 1 is the highest confidence.
Declaration
public float Confidence { get; }
Property Value
Type | Description |
---|---|
float |
Value
The tag that was generated.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string |