IMLOperatorAttributes.GetStringAttributeElement 方法
取得屬於字串類型的屬性專案值。 對於字串陣列的屬性,這個方法會查詢指定索引處屬性內個別元素的值。 字串格式為 UTF-8。 大小包含 Null 終止字元。
void GetStringAttributeElement(
_In_z_ const char* name,
uint32_t elementIndex,
uint32_t attributeElementByteSize,
_Out_writes_(uint32_t) char* attributeElement)
規格需求
需求 | |
---|---|
最低支援的用戶端 | Windows 10組建 17763 |
最低支援的伺服器 | 具有桌面體驗的 Windows Server 2019 |
標頭 | MLOperatorAuthor.h |
注意
使用下列資源取得 Windows ML 的說明:
- 如需詢問或回答有關 Windows ML 的技術問題,請使用 Stack Overflow 上的 windows-machine-learning 標籤。
- 如需回報錯誤 (bug),請在 GitHub 上提出問題。