InterpretResult
public struct InterpretResult
Results are mapped to InterpretResult for interpret() API
-
Declaration
Swift
public let keyPhrases: [KeyPhrase]?
-
Declaration
Swift
public let sentiment: Sentiment?
-
Declaration
Swift
public let entities: [EntityDetectionResult]?
-
Declaration
Swift
public let language: LanguageDetectionResult?
-
Declaration
Swift
public let syntax: [SyntaxToken]?
-
Declaration
Swift
public struct Builder