IsbnEntity

  • IsbnEntity extracts and provides a canonical format for International Standard Book Numbers (ISBNs) found within text.

  • It inherits from the Entity class, which offers various entity types like addresses, dates, emails, and more.

  • The primary method, getIsbn(), returns the extracted ISBN in a standardized format.

  • Developers can utilize this class to identify and process ISBNs within text data using Google ML Kit's entity extraction capabilities.

public final class IsbnEntity extends Entity

An ISBN (International Standard Book Number) entity extracted from a piece of text. It provides a canonical format for the ISBN.

Inherited Constant Summary

Public Method Summary

String
getIsbn()
Returns the ISBN detected for this entity, canonically formatted.

Inherited Method Summary

Public Methods

public String getIsbn ()

Returns the ISBN detected for this entity, canonically formatted.