UtteranceAnalyses
public struct UtteranceAnalyses : Codable, Equatable
The results of the analysis for the utterances of the input content.
-
An array of
UtteranceAnalysisobjects 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?
View on GitHub
UtteranceAnalyses Structure Reference