Result
public struct Result
-
Declaration
Swift
public let keyPhrases: [Predictions.KeyPhrase]?
-
Declaration
Swift
public let sentiment: Predictions.Sentiment?
-
Declaration
Swift
public let entities: [Predictions.Entity.DetectionResult]?
-
Declaration
Swift
public let language: Predictions.Language.DetectionResult?
-
Declaration
Swift
public let syntax: [Predictions.SyntaxToken]?
-
Declaration
Swift
public init( keyPhrases: [Predictions.KeyPhrase]?, sentiment: Predictions.Sentiment?, entities: [Predictions.Entity.DetectionResult]?, language: Predictions.Language.DetectionResult?, syntax: [Predictions.SyntaxToken]? )