다음을 통해 공유


NLTagScheme 열거형

정의

텍스트 분류자에서 반환되는 태그의 클래스를 열거합니다.

[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 NLTagScheme
type NLTagScheme = 
상속
NLTagScheme
특성

필드

Language 5

토큰이 알려진 경우 해당 언어로 태그가 지정됨을 나타냅니다.

Lemma 4

토큰이 알려진 경우 해당 스템으로 태그가 지정됨을 나타냅니다.

LexicalClass 1

토큰이 음성 또는 공백의 일부인지 또는 문장 부호인 경우 해당 문장 부호 유형에 대해 반환될 것임을 나타냅니다.

NameType 2

토큰이 속한 이름의 형식으로 태그가 지정됨을 나타냅니다. (예: 개인 이름의 일부).

NameTypeOrLexicalClass 3

토큰에 및 NameType로 표시된 태그에 태그가 지정됨을 LexicalClass 나타냅니다.

Script 6

토큰이 작성된 스크립트로 태그가 지정됨을 나타냅니다.

TokenType 0

토큰이 단어, 공백 또는 문장 부호인지에 대한 정보로 태그가 지정됨을 나타냅니다.

적용 대상