AI-generated Key Takeaways
-
EntityExtractionRemoteModel provides information about downloadable or downloaded models for entity extraction.
-
The EntityExtractionRemoteModel.Builder is available for constructing instances of EntityExtractionRemoteModel.
-
Key public methods include checking equality, retrieving the model identifier, and getting the hash code.
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.