---
title: DDMatchFlightNumber
framework: datadetection
role: symbol
role_heading: Class
path: datadetection/ddmatchflightnumber
---

# DDMatchFlightNumber

An object that contains a flight number that the data detection system matches.

## Declaration

```swift
class DDMatchFlightNumber
```

## Overview

Overview The DataDetection framework returns a flight number match in a DDMatchFlightNumber object, which contains an airline name and flight number.

## Topics

### Getting flight information

- [airline](datadetection/ddmatchflightnumber/airline.md)
- [flightNumber](datadetection/ddmatchflightnumber/flightnumber.md)

## Relationships

### Inherits From

- [DDMatch](datadetection/ddmatch.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Matched data types

- [DDMatchCalendarEvent](datadetection/ddmatchcalendarevent.md)
- [DDMatchEmailAddress](datadetection/ddmatchemailaddress.md)
- [DDMatchLink](datadetection/ddmatchlink.md)
- [DDMatchMoneyAmount](datadetection/ddmatchmoneyamount.md)
- [DDMatchPhoneNumber](datadetection/ddmatchphonenumber.md)
- [DDMatchPostalAddress](datadetection/ddmatchpostaladdress.md)
- [DDMatchShipmentTrackingNumber](datadetection/ddmatchshipmenttrackingnumber.md)
