EntityExtractorOptions.ModelIdentifier

  • EntityExtractorOptions.ModelIdentifier is an annotation used to specify the language model for entity extraction.

  • It supports a list of predefined models, such as EntityExtractorOptions.ARABIC, for different languages.

  • This annotation inherits methods from java.lang.annotation.Annotation, including annotationType(), equals(), hashCode(), and toString().

public static abstract @interface EntityExtractorOptions.ModelIdentifier implements Annotation

The list of models supported by entity extraction (e.g. EntityExtractorOptions.ARABIC).

Inherited Method Summary