Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToneCategory

The category for a tone from the input content.

Hierarchy

  • ToneCategory

Index

Properties

category_id

category_id: string

The unique, non-localized identifier of the category for the results. The service can return results for the following category IDs: emotion_tone, language_tone, and social_tone.

category_name

category_name: string

The user-visible, localized name of the category.

tones

tones: ToneScore[]

An array of ToneScore objects that provides the results for the tones of the category.

Generated using TypeDoc