AI-generated Key Takeaways
-
Annotations define properties of extracted entities like granularity, type, supported models, payment card networks, and tracking carriers.
-
The EntityExtractor interface is used to annotate text with information about referenced entities.
-
Various classes are available to represent different types of extracted entities, such as DateTimeEntity, PaymentCardEntity, and TrackingNumberEntity.
-
Classes like EntityExtractionParams and EntityExtractorOptions are used to define parameters and options for the entity extraction process.
Annotations
| DateTimeEntity.DateTimeGranularity | The precision of a timestamp that was extracted from text. |
| Entity.Type | The type of an extracted entity(e.g. |
| EntityExtractorOptions.ModelIdentifier | The list of models supported by entity extraction (e.g. |
| PaymentCardEntity.PaymentCardNetwork | The list of supported payment card networks that could be detected (e.g. |
| TrackingNumberEntity.ParcelTrackingCarrier | The list of supported carriers that could be detected (e.g. |
Interfaces
| EntityExtractor | Annotates a text with information about entities referenced in the text. |
Classes
| DateTimeEntity | A date-time entity extracted from a piece of text. |
| Entity | An entity extracted from a piece of text. |
| EntityAnnotation | An annotation of a piece of text. |
| EntityExtraction | Entry point for Entity Extraction. |
| EntityExtractionParams | Parameters for a request to extract entities from a given piece of text. |
| EntityExtractionParams.Builder | Builder class for EntityExtractionParams. |
| EntityExtractionRemoteModel | Information about a downloaded or to-be-downloaded model for entity extraction. |
| EntityExtractionRemoteModel.Builder | Builder for
EntityExtractionRemoteModel. |
| EntityExtractorOptions | Options for extracting entities from a piece of text. |
| EntityExtractorOptions.Builder | Builder for EntityExtractorOptions
instances. |
| FlightNumberEntity | A flight number entity extracted from a piece of text. |
| IbanEntity | An IBAN (International Bank Account Number) entity extracted from a piece of text. |
| IsbnEntity | An ISBN (International Standard Book Number) entity extracted from a piece of text. |
| MoneyEntity | A money entity extracted from a piece of text. |
| PaymentCardEntity | A payment card entity extracted from a piece of text. |
| TrackingNumberEntity | A parcel tracking number entity extracted from a piece of text. |