AI-generated Key Takeaways
-
EntityExtractionRemoteModel
provides information about downloaded or to-be-downloaded entity extraction models. -
It includes a builder class,
EntityExtractionRemoteModel.Builder
, for creating instances of the model. -
Developers can access the model identifier using
getModelIdentifier()
. -
This class inherits functionalities from
RemoteModel
and standard Java object methods.
Information about a downloaded or to-be-downloaded model for entity extraction.
Nested Class Summary
class | EntityExtractionRemoteModel.Builder | Builder for
EntityExtractionRemoteModel . |
Public Method Summary
boolean | |
String |
getModelIdentifier()
Returns model identifier (e.g.
|
int |
hashCode()
Returns a hash code value for the object.
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
Indicates whether some other object is "equal to" this one.
public String getModelIdentifier ()
Returns model identifier (e.g.
EntityExtractorOptions.ARABIC
) for this model.
public int hashCode ()
Returns a hash code value for the object.