<!--
{
  "availability" : [
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVInterfaceMediaSelectionControllable/currentLegibleOption",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(pl)AVInterfaceMediaSelectionControllable(py)currentLegibleOption"
  },
  "title" : "currentLegibleOption"
}
-->

# currentLegibleOption

Currently selected subtitle or caption track. Setting this property controls text overlay presentation.
This includes subtitles in different languages, closed captions, and forced narrative text. Set to nil to disable text display. Must be key-value observable.

```
@property (nonatomic, strong, readwrite, nullable) AVInterfaceMediaSelectionOptionSource * currentLegibleOption;
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)