Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the length of an attribute element which is of a string type. For attributes which are string arrays, this method queries the size of an individual element within the attribute at the specified index. The string is in UTF-8 format. The size includes the null termination character.
void GetStringAttributeElementLength(
_In_z_ const char* name,
uint32_t elementIndex,
_Out_ uint32_t* attributeElementByteSize)
Requirements
| Requirement | |
|---|---|
| Minimum supported client | Windows 10, build 17763 |
| Minimum supported server | Windows Server 2019 with Desktop Experience |
| Header | MLOperatorAuthor.h |
Note
Use the following resources for help with Windows ML:
- To ask or answer technical questions about Windows ML, please use the windows-machine-learning tag on Stack Overflow.
- To report a bug, please file an issue on our GitHub.