text

@SerializedName(value = "text")
var text: String? = null

The actual UTF-8 text of the Tweet. See twitter-text for details on what characters are currently considered valid.

e.g.

"text": "To make room for more expression, we will now count all emojis as equal—including those with gender‍‍‍ ‍‍and skin tone modifiers 👍🏻👍🏽👍🏿.This is now reflected in Twitter-Text, our Open Source library. \n\n Using Twitter-Text? See the forum post for detail: https://t.co/Nx1XZmRCXA"

This can be used for keyword extraction and sentiment analysis/classification.