Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToneAnalysis

The tone analysis results for the input from the general-purpose endpoint.

Hierarchy

  • ToneAnalysis

Index

Properties

document_tone

document_tone: DocumentAnalysis

The results of the analysis for the full input content.

Optional sentences_tone

sentences_tone: SentenceAnalysis[]

An array of SentenceAnalysis objects that provides the results of the analysis for the individual sentences of the input content. The service returns results only for the first 100 sentences of the input. The field is omitted if the sentences parameter of the request is set to false.

Generated using TypeDoc