FlightNumberEntity

public final class FlightNumberEntity extends Entity

A flight number entity extracted from a piece of text. It provides the detected values for the airline and flight number.

Inherited Constant Summary

Public Method Summary

String
getAirlineCode()
Returns the IATA airline designator detected for this entity (two or three letters String).
String
getFlightNumber()
Returns the flight number detected for this entity (1 to 4 digit number, represented as a String).

Inherited Method Summary

Public Methods

public String getAirlineCode ()

Returns the IATA airline designator detected for this entity (two or three letters String).

public String getFlightNumber ()

Returns the flight number detected for this entity (1 to 4 digit number, represented as a String).