Size in bytes of the final wire payload (flags byte + body).
The mode actually emitted, read back from the wire payload's flags byte: DICT_ID_NON_AIRCRAFT, DICT_ID_AIRCRAFT, or DICT_ID_UNCOMPRESSED when the skip-compress path fired.
Human-readable name of dictId ("non-aircraft", "aircraft", "uncompressed", or "unknown").
Size in bytes of the serialized TAKPacketV2 protobuf before compression.
The compressed [flags][body] wire payload.
Per-packet compression statistics returned by TakCompressor.compressWithStats, primarily for reporting and the golden compression-report tooling.