imageDescription property

String? imageDescription
final

An ASCII string giving the title of the image. It is possible to be added a comment such as "1988 company picnic" or the like. Two-byte character codes cannot be used. When a 2-byte code is necessary, {@link #TAG_USER_COMMENT} is to be used.

Implementation

final String? imageDescription;