Site icon News Kiosk

Google Previews New Gemini-Powered AI Features in Google TV at CES 2025

Google Previews New Gemini-Powered AI Features in Google TV at CES 2025

Google previewed new Gemini-powered artificial intelligence (AI) features for Google TV on Monday at the Consumer Electronics Show (CES) 2025. The company’s operating system for smart TVs will soon integrate new AI features that will add new functionalities and make it easier for users to interact with their devices. The Mountain View-based tech giant said that Gemini will upgrade Google Assistant and enable it to summarize news content, search through media, as well as answering various queries about the streaming platforms as well as the device.Google TV to Soon Get New AI FeaturesIn In a blog post, the tech giant detailed the new AI features that will soon arrive on smart TVs that run the Google TV OS. Using Gemini models, the company is now making Google TV more intuitive and helpful. These new capabilities can be accessed through the operating system’s voice assistant. Notably, while Gemini models are being used to power these AI features, Gemini will not replace Google Assistant. Instead, Google Assistant is being upgraded with Gemini.Google highlighted that with this integration, users will be able to have a natural conversation with their smart TV devices. One direct benefit of this will be that users will find it much easier to search through media. Users can now make detailed queries to find the right show or movie to watch. Additionally, Google said that users can ask the voice assistant questions about topics such as travel, health, space, history, and more. For instance, a user can ask Google TV about ISRO’s latest rocket launch and it can show a YouTube video that provides the result with added context.Another interesting feature previewed by Google is the news overview feature. The AI ​​assistant can now summarize the biggest news headlines of the day and present it to the user on command. Further, the AI ​​can be used to create customized art as a screensaver for the idle screen and to control smart home devices even when the smart TV is in ambient mode.The search giant said these new AI features will be rolled out later this year on select Google TV devices. There is no word on when the feature will be made available globally. Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Exit mobile version