Skip to content

Commit e45fb4f

Browse files
committed
Consistent API naming and format lists
1 parent 540811f commit e45fb4f

File tree

3 files changed

+10
-10
lines changed
  • functional-samples

3 files changed

+10
-10
lines changed

functional-samples/ai.gemini-on-device-alt-texter/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Alt Texter: Generate accessible image descriptions with Chrome's multimodal Prompt AI
1+
# Alt Texter: Generate accessible image descriptions with Chrome's built-in Prompt API
22

33
This sample demonstrates how to use Chrome's built-in AI APIs to generate alt text for images, making web content more accessible. It combines two on-device AI capabilities:
44

@@ -9,10 +9,10 @@ This sample demonstrates how to use Chrome's built-in AI APIs to generate alt te
99

1010
Alt Texter adds a context menu entry for images on the web. When activated, it:
1111

12-
1. Analyzes the image using Gemini Nano's multimodal capabilities
13-
2. Generates a concise, functional description following accessibility best practices (object-action-context framework)
14-
3. Displays the description in a popup where you can optionally translate it
15-
4. Lets you copy the alt text to your clipboard for use elsewhere
12+
1. Analyzes the image using Gemini Nano's multimodal capabilities.
13+
2. Generates a concise, functional description following accessibility best practices (object-action-context framework).
14+
3. Displays the description in a popup where you can optionally translate it.
15+
4. Lets you copy the alt text to your clipboard for use elsewhere.
1616

1717
## Running this extension
1818

functional-samples/ai.gemini-on-device-audio-scribe/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This sample demonstrates how to use Chrome's built-in AI APIs to transcribe audi
88

99
Audio-Scribe adds a side panel that automatically transcribes audio messages from chat applications. When activated, it:
1010

11-
1. Monitors the page for audio blobs created via `URL.createObjectURL`
12-
2. Detects audio content and sends it to Gemini Nano for transcription
13-
3. Streams the transcribed text in real-time to the side panel
14-
4. Works with messaging apps like WhatsApp Web that use blob URLs for audio messages
11+
1. Monitors the page for audio blobs created via `URL.createObjectURL`.
12+
2. Detects audio content and sends it to Gemini Nano for transcription.
13+
3. Streams the transcribed text in real-time to the side panel.
14+
4. Works with messaging apps like WhatsApp Web that use blob URLs for audio messages.
1515

1616
## Running this extension
1717

functional-samples/ai.gemini-on-device-calendar-mate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Calendar Mate: On-device AI with Gemini Nano
22

3-
This sample demonstrates how to use Chrome's built-in Gemini Nano Language Model API in an extension to extract calendar event details from natural language text. To learn more about the API, see [Built-in AI on developer.chrome.com](https://developer.chrome.com/docs/extensions/ai/prompt-api).
3+
This sample demonstrates how to use Chrome's built-in Prompt API in an extension to extract calendar event details from natural language text. To learn more about the API, see [Prompt API on developer.chrome.com](https://developer.chrome.com/docs/extensions/ai/prompt-api).
44

55
## Overview
66

0 commit comments

Comments
 (0)