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