Skip to content

Commit

Permalink
fix: fix typo in text sentimant schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Jan 19, 2021
1 parent 4fe3548 commit 5a5147a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object SentimentResponseV3 extends SparkBindings[TAResponse[SentimentScoredDocum
case class SentimentScoredDocumentV3(id: String,
sentiment: String,
statistics: Option[DocumentStatistics],
documentScores: SentimentScoreV3,
confidenceScores: SentimentScoreV3,
sentences: Seq[Sentence],
warnings: Seq[TAWarning])

Expand Down

0 comments on commit 5a5147a

Please sign in to comment.