Page Summary
-
EntityExtractionParams is a class used to set parameters for extracting entities from text.
-
It includes a nested Builder class to help construct EntityExtractionParams objects.
-
The class provides standard equals and hashCode methods.
public class EntityExtractionParams extends Object
Parameters for a request to extract entities from a given piece of text.
Nested Class Summary
| class | EntityExtractionParams.Builder | Builder class for
EntityExtractionParams. |
|
Public Method Summary
| boolean | |
| 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 int hashCode ()
Returns a hash code value for the object.