ProofreaderOptions.Language
Stay organized with collections
Save and categorize content based on your preferences.
Inherited Method Summary
From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation>
|
annotationType()
|
abstract boolean |
|
abstract int |
hashCode()
|
abstract String
|
toString()
|
Constants
public static final int
ENGLISH
public static final int
FRENCH
public static final int
GERMAN
public static final int
ITALIAN
public static final int
JAPANESE
public static final int
KOREAN
public static final int
SPANISH
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-14 UTC."],[],[],null,["# ProofreaderOptions.Language\n\npublic static abstract @interface **ProofreaderOptions.Language** implements [Annotation](//developer.android.com/reference/java/lang/annotation/Annotation.html) \nLanguages supported. \n\n### Constant Summary\n\n|-----|---------------------------------------------------------------------------------------------------------|---|\n| int | [ENGLISH](/android/reference/com/google/mlkit/genai/proofreading/ProofreaderOptions.Language#ENGLISH) | |\n| int | [FRENCH](/android/reference/com/google/mlkit/genai/proofreading/ProofreaderOptions.Language#FRENCH) | |\n| int | [GERMAN](/android/reference/com/google/mlkit/genai/proofreading/ProofreaderOptions.Language#GERMAN) | |\n| int | [ITALIAN](/android/reference/com/google/mlkit/genai/proofreading/ProofreaderOptions.Language#ITALIAN) | |\n| int | [JAPANESE](/android/reference/com/google/mlkit/genai/proofreading/ProofreaderOptions.Language#JAPANESE) | |\n| int | [KOREAN](/android/reference/com/google/mlkit/genai/proofreading/ProofreaderOptions.Language#KOREAN) | |\n| int | [SPANISH](/android/reference/com/google/mlkit/genai/proofreading/ProofreaderOptions.Language#SPANISH) | |\n\n### Inherited Method Summary\n\nFrom interface java.lang.annotation.Annotation \n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| abstract [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c? extends [Annotation](//developer.android.com/reference/java/lang/annotation/Annotation.html)\\\u003e | annotationType() |\n| abstract boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| abstract int | hashCode() |\n| abstract [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n\nConstants\n---------\n\n#### public static final int\n**ENGLISH**\n\nConstant Value: 0 \n\n#### public static final int\n**FRENCH**\n\nConstant Value: 4 \n\n#### public static final int\n**GERMAN**\n\nConstant Value: 3 \n\n#### public static final int\n**ITALIAN**\n\nConstant Value: 5 \n\n#### public static final int\n**JAPANESE**\n\nConstant Value: 1 \n\n#### public static final int\n**KOREAN**\n\nConstant Value: 2 \n\n#### public static final int\n**SPANISH**\n\nConstant Value: 6"]]