nerdexam
Google

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.

Understanding Google Cloud AI/ML Services

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)
  • A
    10% (2)
  • C
    5% (1)
  • D
    86% (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.

AVision API

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.

BSpeech-to-Text API

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.

CCloud Translation API

Cloud Translation API translates text between languages and does not perform topic extraction or content classification on conversation data.

DNatural Language APICorrect

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

#Natural Language Processing (NLP)#Google Cloud AI/ML#Text Analysis#Topic Identification

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice