altText

@SerializedName(value = "alt_text")
var altText: String? = null

A description of an image to enable and support accessibility. Can be up to 1000 characters long. Alt text can only be added to images at the moment.

e.g.

"alt_text": “Rugged hills along the Na Pali coast on the island of Kauai”

Can be used to provide a written description of an image in case a user is visually impaired.