The document summarizes three levels of sentiment analysis: document-level, sentence-level, and aspect-level. It provides examples of each level. Document-level analysis determines the overall sentiment of a text as positive or negative. Sentence-level analysis identifies the sentiment of each sentence. Aspect-level analysis examines sentiment towards specific aspects or topics within texts. The document also compares the three levels and discusses techniques for sentiment analysis, including using word dictionaries and machine learning classifiers like support vector machines.