PartOfSpeech
public struct PartOfSpeech : Equatable
Part of speech identified in a text from interpret() API
-
Declaration
Swift
public static let adjective: Predictions.PartOfSpeech
-
Declaration
Swift
public static let adposition: Predictions.PartOfSpeech
-
Declaration
Swift
public static let adverb: Predictions.PartOfSpeech
-
Declaration
Swift
public static let auxiliary: Predictions.PartOfSpeech
-
Declaration
Swift
public static let conjunction: Predictions.PartOfSpeech
-
Declaration
Swift
public static let coordinatingConjunction: Predictions.PartOfSpeech
-
Declaration
Swift
public static let determiner: Predictions.PartOfSpeech
-
Declaration
Swift
public static let interjection: Predictions.PartOfSpeech
-
Declaration
Swift
public static let noun: Predictions.PartOfSpeech
-
Declaration
Swift
public static let numeral: Predictions.PartOfSpeech
-
Declaration
Swift
public static let other: Predictions.PartOfSpeech
-
Declaration
Swift
public static let particle: Predictions.PartOfSpeech
-
Declaration
Swift
public static let pronoun: Predictions.PartOfSpeech
-
Declaration
Swift
public static let properNoun: Predictions.PartOfSpeech
-
Declaration
Swift
public static let punctuation: Predictions.PartOfSpeech
-
Declaration
Swift
public static let preposition: Predictions.PartOfSpeech
-
Declaration
Swift
public static let subordinatingConjunction: Predictions.PartOfSpeech
-
Declaration
Swift
public static let symbol: Predictions.PartOfSpeech
-
Declaration
Swift
public static let verb: Predictions.PartOfSpeech
-
Declaration
Swift
public static let unknown: Predictions.PartOfSpeech
-
Part of speech identified in a text from interpret() API
See moreDeclaration
Swift
public struct DetectionResult