TranslationMetadata
@JsonClass(generateAdapter = true)
Translation metadata, required for a translation, not populated by other component types.
Provides additional metadata related to translation.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "downloadUri") downloadURI: String? = null, @Json(name = "fullDescription") fullDescription: MultiformatMessageString? = null, @Json(name = "fullName") fullName: String? = null, @Json(name = "informationUri") informationURI: String? = null, @Json(name = "name") name: String, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "shortDescription") shortDescription: MultiformatMessageString? = null)
Properties
Link copied to clipboard
The absolute URI from which the translation metadata can be downloaded.
Link copied to clipboard
A comprehensive description of the translation metadata.
Link copied to clipboard
The absolute URI from which information related to the translation metadata can be downloaded.
Link copied to clipboard
Key/value pairs that provide additional information about the translation metadata.
Link copied to clipboard
A brief description of the translation metadata.