ToneChatScore
public struct ToneChatScore : Codable, Equatable
The score for an utterance from the input content.
-
The unique, non-localized identifier of the tone for the results. The service returns results only for tones whose scores meet a minimum threshold of 0.5.
See moreDeclaration
Swift
public enum ToneID : String -
The score for the tone in the range of 0.5 to 1. A score greater than 0.75 indicates a high likelihood that the tone is perceived in the utterance.
Declaration
Swift
public var score: Double -
The unique, non-localized identifier of the tone for the results. The service returns results only for tones whose scores meet a minimum threshold of 0.5.
Declaration
Swift
public var toneID: String -
The user-visible, localized name of the tone.
Declaration
Swift
public var toneName: String
View on GitHub
ToneChatScore Structure Reference