public static class SentimentBias.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
SentimentBias |
build() |
static SentimentBias.Builder |
sentimentBias() |
SentimentBias.Builder |
withNegative(java.lang.Double negative) |
SentimentBias.Builder |
withNeutral(java.lang.Double neutral) |
SentimentBias.Builder |
withPositive(java.lang.Double positive) |
public SentimentBias.Builder withPositive(java.lang.Double positive)
public SentimentBias.Builder withNegative(java.lang.Double negative)
public SentimentBias.Builder withNeutral(java.lang.Double neutral)
public static SentimentBias.Builder sentimentBias()
public SentimentBias build()