SummarizerOptions.Language

  • SummarizerOptions.Language is an interface that lists the supported languages for summarization.

  • The supported languages include English, Japanese, and Korean, each represented by an integer constant.

  • This interface inherits methods from java.lang.annotation.Annotation, such as annotationType, equals, hashCode, and toString.

public static abstract @interface SummarizerOptions.Language implements Annotation

Languages supported.

Constant Summary

int ENGLISH
int JAPANESE
int KOREAN

Inherited Method Summary

Constants

public static final int ENGLISH

Constant Value: 0

public static final int JAPANESE

Constant Value: 1

public static final int KOREAN

Constant Value: 2