CLOUD-DIGITAL-LEADER · Question #425
An organization has a large dataset that contains text transcripts of conversations between their customers and service representatives. They want an automated solution to identify the topics their cu
The correct answer is D. Natural Language API. The Natural Language API analyzes text to extract entities, sentiment, and topics, making it the correct choice for identifying subjects in customer conversation transcripts.
Question
An organization has a large dataset that contains text transcripts of conversations between their customers and service representatives. They want an automated solution to identify the topics their customers care most about. Which service should the organization use?
Options
- AVision API
- BSpeech-to-Text API
- CCloud Translation API
- DNatural Language API
How the community answered
(21 responses)- A10% (2)
- C5% (1)
- D86% (18)
Why each option
The Natural Language API analyzes text to extract entities, sentiment, and topics, making it the correct choice for identifying subjects in customer conversation transcripts.
The Vision API analyzes image content such as objects, faces, and text in images and cannot process or derive meaning from plain text conversation transcripts.
Speech-to-Text API converts audio recordings to text transcripts; since the data is already in text form, this API does not add value for topic identification.
Cloud Translation API translates text between languages and does not perform topic extraction or content classification on conversation data.
The Natural Language API provides entity analysis, content classification, and sentiment analysis capabilities that can process large volumes of text and identify the topics and themes customers discuss most frequently. It is purpose-built for understanding meaning and structure within text data.
Concept tested: Natural Language API text topic and entity analysis
Source: https://cloud.google.com/natural-language/docs/basics
Topics
Community Discussion
No community discussion yet for this question.