SkillElementKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of element found in composite ISkillFeatureValues like tensor and map.
public enum class SkillElementKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.AI.Skills.SkillInterfacePreview.SkillsAPIContract), 65536)]
public enum SkillElementKind
type SkillElementKind =
Public Enum SkillElementKind
- Inheritance
-
SkillElementKind
- Attributes
-
Windows.Foundation.Metadata.ContractVersionAttribute
Fields
| Boolean | 4 | A boolean element. |
| Double | 13 | A double floating-point element. |
| Float | 1 | A floating-point element. |
| Float16 | 12 | A 16-bit floating point element. |
| Int16 | 6 | A 16-bit integer element. |
| Int32 | 2 | A 32-bit integer element. |
| Int64 | 7 | A 64-bit integer element. |
| Int8 | 5 | An 8-bit integer element. |
| String | 3 | A string element. |
| UInt16 | 9 | A 16-bit, unsigned integer element. |
| UInt32 | 10 | A 32-bit, unsigned integer element. |
| UInt64 | 11 | A 64-bit, unsigned integer type. |
| UInt8 | 8 | An 8-bit, unsigned integer element. |
| Undefined | 0 | An undefined element type. |