PartOfSpeech
public struct PartOfSpeech
Part of speech identified in a text from interpret() API
-
Declaration
Swift
public let tag: SpeechType
-
Declaration
Swift
public let score: Float?
-
Declaration
Swift
public init(tag: SpeechType, score: Float?)