Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex SpeechSense
  • Getting started
    • API authentication
      • Overview
        • Overview
        • List
  • Audit Trails events
  • Access management
  • Pricing policy
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • ListClassifiersRequest
  • ListClassifiersResponse
  • Classifier
  1. API reference
  2. gRPC
  3. Classifiers
  4. List

Talk Analytics API, gRPC: ClassifiersService.List

Written by
Yandex Cloud
Updated at December 17, 2024
  • gRPC request
  • ListClassifiersRequest
  • ListClassifiersResponse
  • Classifier

Rpc for listing classifiers in a project

gRPC requestgRPC request

rpc List (ListClassifiersRequest) returns (ListClassifiersResponse)

ListClassifiersRequestListClassifiersRequest

{
  "project_id": "string"
}

Field

Description

project_id

string

Project id

ListClassifiersResponseListClassifiersResponse

{
  "classifiers": [
    {
      "id": "string",
      "name": "string",
      "description": "string"
    }
  ]
}

Field

Description

classifiers[]

Classifier

Classifiers belonging to the given project

ClassifierClassifier

Field

Description

id

string

Classifier id

name

string

Classifier name

description

string

Classifier description

Was the article helpful?

Previous
Overview
Next
Overview
© 2025 Direct Cursus Technology L.L.C.