NLEmbedding
NLEmbedding(IntPtr)
NLEmbedding(NativeHandle)
NLEmbedding(NSObjectFlag)
ClassHandle
Dimension
Language
Revision
VocabularySize
Contains(String)
EnumerateNeighbors(Single[], nuint, NLDistanceType, NLEnumerateNeighborsHandler)
EnumerateNeighbors(Single[], nuint, NLDistanceType, NLEnumerateNeighborsHandler)
EnumerateNeighbors(String, nuint, NLDistanceType, NLEnumerateNeighborsHandler)
EnumerateNeighbors(String, nuint, NLDistanceType, NLEnumerateNeighborsHandler)
EnumerateNeighbors(Single[], nuint, Double, NLDistanceType, NLEnumerateNeighborsHandler)
EnumerateNeighbors(Single[], nuint, Double, NLDistanceType, NLEnumerateNeighborsHandler)
EnumerateNeighbors(String, nuint, Double, NLDistanceType, NLEnumerateNeighborsHandler)
EnumerateNeighbors(String, nuint, Double, NLDistanceType, NLEnumerateNeighborsHandler)
GetCurrentRevision(NLLanguage)
GetCurrentRevision(NSString)
GetCurrentSentenceEmbeddingRevision(NLLanguage)
GetCurrentSentenceEmbeddingRevision(NSString)
GetDistance(String, String, NLDistanceType)
GetEmbedding(NSUrl, NSError)
GetNeighbors(Single[], nuint, NLDistanceType)
GetNeighbors(Single[], nuint, NLDistanceType)
GetNeighbors(String, nuint, NLDistanceType)
GetNeighbors(String, nuint, NLDistanceType)
GetNeighbors(Single[], nuint, Double, NLDistanceType)
GetNeighbors(Single[], nuint, Double, NLDistanceType)
GetNeighbors(String, nuint, Double, NLDistanceType)
GetNeighbors(String, nuint, Double, NLDistanceType)
GetSentenceEmbedding(NLLanguage)
GetSentenceEmbedding(NSString)
GetSentenceEmbedding(NLLanguage, nuint)
GetSentenceEmbedding(NSString, nuint)
GetSupportedRevisions(NLLanguage)
GetSupportedRevisions(NSString)
GetSupportedSentenceEmbeddingRevisions(NLLanguage)
GetSupportedSentenceEmbeddingRevisions(NSString)
GetVector(String)
GetWordEmbedding(NLLanguage)
GetWordEmbedding(NSString)
GetWordEmbedding(NLLanguage, nuint)
GetWordEmbedding(NLLanguage, nuint)
GetWordEmbedding(NSString, nuint)
GetWordEmbedding(NSString, nuint)
TryGetVector(String, Single[])
Write(NLVectorDictionary, NLLanguage?, nuint, NSUrl, NSError)
Write(NLVectorDictionary, NLLanguage?, nuint, NSUrl, NSError)
Write(NSDictionary, NSString, nuint, NSUrl, NSError)
Write(NSDictionary, NSString, nuint, NSUrl, NSError)
xamarinios
namespace NaturalLanguage
{
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Register("NLEmbedding", true)]
public class NLEmbedding : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Export("wordEmbeddingForLanguage:revision:")]
public static NLEmbedding? GetWordEmbedding(NSString! language, nuint revision);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API