Documentation
¶
Index ¶
Constants ¶
View Source
const ( // LabelPositive labels a sentiment score as positive. LabelPositive = Label("POSITIVE") // LabelNegative labels a sentiment score as negative. LabelNegative = Label("NEGATIVE") // LabelNeutral labels a sentiment score as neutral. LabelNeutral = Label("NEUTRAL") // LabelUnknown labels a sentiment score as unknown. LabelUnknown = Label("UNKNOWN") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetectOutput ¶
DetectOutput is the type of Detector.Detect method.
Click to show internal directories.
Click to hide internal directories.