---
title: subRipTextBottom
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avcaptionregion/subriptextbottom
---

# subRipTextBottom

The bottom caption region for SubRip Text (SRT) format captions.

## Declaration

```swift
class var subRipTextBottom: AVCaptionRegion { get }
```

## Discussion

Discussion This region is suitable for SRT format, and it occupies the entire video display area. The region uses a AVCaptionRegion.WritingMode.leftToRightAndTopToBottom writing mode, where a line progresses left to right and the block extends from top to bottom. The system stacks each line of text with bottom justification.

## See Also

### Accessing defined regions

- [appleITTTop](avfoundation/avcaptionregion/appleitttop.md)
- [appleITTBottom](avfoundation/avcaptionregion/appleittbottom.md)
- [appleITTLeft](avfoundation/avcaptionregion/appleittleft.md)
- [appleITTRight](avfoundation/avcaptionregion/appleittright.md)
