---
title: DataDetector.Match.SemanticDetails.FlightNumber
framework: datadetection
role: symbol
role_heading: Structure
path: datadetection/datadetector/match/semanticdetails/flightnumber
---

# DataDetector.Match.SemanticDetails.FlightNumber

The values the framework returns that represent an airline code and a flight number.

## Declaration

```swift
struct FlightNumber
```

## Parameters

- `FlightNumber`: A doc://com.apple.datadetection/documentation/DataDetection/DataDetector/Match/SemanticDetails/FlightNumber structure.

## Discussion

Discussion The values the data detector returns represent the International Air Transport Association (IATA) code of the airline and the flight number.

## Topics

### Characteristics of a flight number

- [airlineCode](datadetection/datadetector/match/semanticdetails/flightnumber/airlinecode.md)
- [flightNumber](datadetection/datadetector/match/semanticdetails/flightnumber/flightnumber.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
