Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSSentiment
Integer GetConfidence()
NSSentiment thing; Integer confidence = thing.GetConfidence();
Integer GetScore()
NSSentiment thing; Integer score = thing.GetScore();
Void SetConfidence(Integer confidence)
NSSentiment thing; Integer confidence; thing.SetConfidence(confidence);
Void SetScore(Integer score)
NSSentiment thing; Integer score; thing.SetScore(score);
Related topics