UtteranceAnalyses
public struct UtteranceAnalyses : Codable, Equatable
The results of the analysis for the utterances of the input content.
-
An array of
UtteranceAnalysis
objects that provides the results for each utterance of the input.Declaration
Swift
public var utterancesTone: [UtteranceAnalysis]
-
2017-09-21
: A warning message if the content contains more than 50 utterances. The service analyzes only the first 50 utterances.2016-05-19
: Not returned.Declaration
Swift
public var warning: String?