EmbeddingVector.Count Property
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.
public:
property unsigned int Count { unsigned int get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
uint32_t Count();
uint32_t Count();
[Windows.Foundation.Metadata.Experimental]
public uint Count { [Windows.Foundation.Metadata.Experimental] get; }
public uint Count { get; }
var uInt32 = embeddingVector.count;
Public ReadOnly Property Count As UInteger
Property Value
- Attributes