caption property

String? caption
getter/setter pair

The value of captions indicates whether the video has captions or not. Possible string values are:

  • "true"
  • "false"

Implementation

core.String? caption;