Translation

@Serializable
data class Translation(val detectedSourceLang: SourceLang, val text: String)(source)

Parameters

detectedSourceLang

The language of the translated content (either the specified one or the one that was detected).

Constructors

Link copied to clipboard
constructor(detectedSourceLang: SourceLang, text: String)

Properties

Link copied to clipboard
Link copied to clipboard