public static abstract @interface SummarizerOptions.Language implements Annotation
SummarizerOptions.Language
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.
[null,null,["Last updated 2025-05-14 UTC."],[],[],null,["# SummarizerOptions.Language\n\npublic static abstract @interface **SummarizerOptions.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/summarization/SummarizerOptions.Language#ENGLISH) | |\n| int | [JAPANESE](/android/reference/com/google/mlkit/genai/summarization/SummarizerOptions.Language#JAPANESE) | |\n| int | [KOREAN](/android/reference/com/google/mlkit/genai/summarization/SummarizerOptions.Language#KOREAN) | |\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**JAPANESE**\n\nConstant Value: 1 \n\n#### public static final int\n**KOREAN**\n\nConstant Value: 2"]]