Structures
The following structures are available globally.
-
The results of the analysis for the full input content.
See moreDeclaration
Swift
public struct DocumentAnalysis : Codable, Equatable
-
The results of the analysis for the individual sentences of the input content.
See moreDeclaration
Swift
public struct SentenceAnalysis : Codable, Equatable
-
The tone analysis results for the input from the general-purpose endpoint.
See moreDeclaration
Swift
public struct ToneAnalysis : Codable, Equatable
-
The category for a tone from the input content.
See moreDeclaration
Swift
public struct ToneCategory : Codable, Equatable
-
The score for an utterance from the input content.
See moreDeclaration
Swift
public struct ToneChatScore : Codable, Equatable
-
Input for the general-purpose endpoint.
See moreDeclaration
Swift
public struct ToneInput : Codable, Equatable
-
The score for a tone from the input content.
See moreDeclaration
Swift
public struct ToneScore : Codable, Equatable
-
An utterance for the input of the general-purpose endpoint.
See moreDeclaration
Swift
public struct Utterance : Codable, Equatable
-
The results of the analysis for the utterances of the input content.
See moreDeclaration
Swift
public struct UtteranceAnalyses : Codable, Equatable
-
The results of the analysis for an utterance of the input content.
See moreDeclaration
Swift
public struct UtteranceAnalysis : Codable, Equatable