Interface SentimentAnalysisResult.TextStage
-
- All Known Implementing Classes:
SentimentAnalysisResult.Builder
- Enclosing class:
- SentimentAnalysisResult
public static interface SentimentAnalysisResult.TextStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SentimentAnalysisResult.Builderfrom(SentimentAnalysisResult other)SentimentAnalysisResult.StartStagetext(java.lang.String text)
-
-
-
Method Detail
-
text
SentimentAnalysisResult.StartStage text(java.lang.String text)
-
from
SentimentAnalysisResult.Builder from(SentimentAnalysisResult other)
-
-