DetectionResult
public struct DetectionResult
Result describing language identified in a text from interpret() API call
-
Declaration
Swift
public let languageCode: Predictions.Language
-
Declaration
Swift
public let score: Double?
-
Declaration
Swift
public init( languageCode: Predictions.Language, score: Double? )