---
title: AVCaptionPoint
framework: avfoundation
role: symbol
role_heading: Structure
path: avfoundation/avcaptionpoint
---

# AVCaptionPoint

A structure that defines the origin point for a caption.

## Declaration

```swift
struct AVCaptionPoint
```

## Topics

### Inspecting the point

- [x](avfoundation/avcaptionpoint/x.md)
- [y](avfoundation/avcaptionpoint/y.md)

### Initializers

- [init()](avfoundation/avcaptionpoint/init().md)
- [init(x:y:)](avfoundation/avcaptionpoint/init(x:y:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)

## See Also

### Accessing the location

- [origin](avfoundation/avcaptionregion/origin.md)
