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