---
title: origin
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcaptionregion/origin
---

# origin

The region’s top-left position.

## Declaration

```swift
var origin: AVCaptionPoint { get }
```

## Discussion

Discussion The caption’s origin may not provide undefined x and y values, which indicates the region doesn’t have positioning information for that dimension.

## See Also

### Accessing the location

- [AVCaptionPoint](avfoundation/avcaptionpoint.md)
