Page Summary
-
EntityExtractorOptions.ModelIdentifier is an abstract annotation that implements the Annotation interface.
-
It lists the models supported by entity extraction, such as EntityExtractorOptions.ARABIC.
-
It inherits methods from the java.lang.annotation.Annotation interface, 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).