次の方法で共有


NLModelType 列挙型

定義

自然言語モデルの種類を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NLModelType
type NLModelType = 
継承
NLModelType
属性

フィールド

Classifier 0

文や段落など、トークンのグループのレベルでテキストにタグを付けるモデルを示します。

Sequence 1

個々のトークン レベルでテキストにタグを付けるモデルを示します。

適用対象