Structures

The following structures are available globally.

  • The results of the analysis for the full input content.

    See more

    Declaration

    Swift

    public struct DocumentAnalysis : Codable, Equatable
  • The results of the analysis for the individual sentences of the input content.

    See more

    Declaration

    Swift

    public struct SentenceAnalysis : Codable, Equatable
  • The tone analysis results for the input from the general-purpose endpoint.

    See more

    Declaration

    Swift

    public struct ToneAnalysis : Codable, Equatable
  • The category for a tone from the input content.

    See more

    Declaration

    Swift

    public struct ToneCategory : Codable, Equatable
  • The score for an utterance from the input content.

    See more

    Declaration

    Swift

    public struct ToneChatScore : Codable, Equatable
  • Input for the general-purpose endpoint.

    See more

    Declaration

    Swift

    public struct ToneInput : Codable, Equatable
  • The score for a tone from the input content.

    See more

    Declaration

    Swift

    public struct ToneScore : Codable, Equatable
  • An utterance for the input of the general-purpose endpoint.

    See more

    Declaration

    Swift

    public struct Utterance : Codable, Equatable
  • The results of the analysis for the utterances of the input content.

    See more

    Declaration

    Swift

    public struct UtteranceAnalyses : Codable, Equatable
  • The results of the analysis for an utterance of the input content.

    See more

    Declaration

    Swift

    public struct UtteranceAnalysis : Codable, Equatable