The availability() static method of the Translator interface returns an enumerated value that indicates the availability of the AI model for the given Translator configuration.
developer.mozilla.orgThe availability() static method of the LanguageDetector interface returns an enumerated value that indicates whether the browser AI model supports a given LanguageDetector configuration.
developer.mozilla.orgPreviously, we told you to install a code editor, as you'll need one to work through this pathway. In this article we look at code editors in more detail, giving you an idea of what they can do for you.
developer.mozilla.orgThe Summarizer interface of the Summarizer API contains all the functionality for this API, including checking AI model availability, creating a new Summarizer instance, using it to generate a new summary, and more.
developer.mozilla.orgThe availability() static method of the Summarizer interface returns an enumerated value that indicates whether the browser AI model supports (or will support) a given Summarizer configuration.
developer.mozilla.orgAnother category of content that can create accessibility problems is multimedia. Video, audio, and image content need to be given proper textual alternatives so that they can be understood by assistive technologies and their users. This article shows how.
developer.mozilla.orgThe Translator interface of the Translator and Language Detector APIs contains all the associated translation functionality, including checking AI model availability, creating a new Translator instance, using it to create a translation, and more.
developer.mozilla.orgThe LanguageDetector interface of the Translator and Language Detector APIs contains all the language detection functionality, including checking AI model availability, creating a new LanguageDetector instance, using it to detect a language, and more.
developer.mozilla.orgThe inputQuota read-only property of the Summarizer interface returns the input quota available to the browser for generating summaries.
developer.mozilla.org