AI-generated Key Takeaways
-
Entity Extraction uses machine learning to identify and categorize entities within text, such as dates, addresses, and payment information.
-
It offers various classes and interfaces for handling entities, including DateTimeEntity, EntityAnnotation, and EntityExtractor.
-
Developers can utilize the Entity Extraction API to annotate text with detailed information about the entities found.
-
Entity Extraction supports various entity types, including payment card networks, tracking carriers, and date-time granularities.
-
You can use Entity Extraction to extract flight numbers, IBANs, ISBNs, and more from given text.
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. |