AI-generated Key Takeaways
- 
          ProofreaderOptions.Language is an annotation that specifies supported languages. 
- 
          The supported languages are English, French, German, Italian, Japanese, Korean, and Spanish. 
- 
          Each supported language is represented by a public static final int constant. 
    public static abstract @interface ProofreaderOptions.Language implements Annotation
  
  
  Languages supported.
Constant Summary
| int | ENGLISH | |
| int | FRENCH | |
| int | GERMAN | |
| int | ITALIAN | |
| int | JAPANESE | |
| int | KOREAN | |
| int | SPANISH | 
Inherited Method Summary
Constants
public static final int ENGLISH
            Constant Value: 0
          
        public static final int FRENCH
            Constant Value: 4
          
        public static final int GERMAN
            Constant Value: 3
          
        public static final int ITALIAN
            Constant Value: 5
          
        public static final int JAPANESE
            Constant Value: 1
          
        public static final int KOREAN
            Constant Value: 2
          
        public static final int SPANISH
            Constant Value: 6
          
        