TranscriptLanguageWithScore
@objcMembers
public class TranscriptLanguageWithScore : NSObject
See Using Amazon Chime SDK live transcription developer guide for details about transcription message types and data guidelines
-
Declaration
Swift
public let languageCode: String
-
Declaration
Swift
public let score: Double
-
Declaration
Swift
public init(languageCode: String, score: Double)