Interface IPTCTags

interface IPTCTags {
    ApplicationRecordVersion?: number;
    Caption-Abstract?: string;
    Category?: string;
    City?: string;
    CodedCharacterSet?: string;
    Contact?: string;
    CopyrightNotice?: string;
    Credit?: string;
    DateSent?: string;
    DateTimeCreated?: string | ExifDateTime;
    Destination?: string;
    DigitalCreationDate?: string | ExifDate;
    DigitalCreationTime?: string | ExifTime;
    EnvelopeNumber?: string;
    EnvelopePriority?: string;
    EnvelopeRecordVersion?: number;
    FileFormat?: string;
    FileVersion?: number;
    Headline?: string;
    Keywords?: string | string[];
    ObjectName?: string;
    OriginalTransmissionReference?: string;
    OriginatingProgram?: string;
    Prefs?: string;
    ProgramVersion?: string;
    ServiceIdentifier?: string;
    Source?: string;
    SpecialInstructions?: string;
    SupplementalCategories?: string;
    TimeCreated?: string | ExifTime;
    TimeSent?: string;
    Urgency?: string;
}

Hierarchy (view full)

Properties

ApplicationRecordVersion?: number

☆☆☆☆ ✔ Example: 4

Caption-Abstract?: string

☆☆☆☆ Example:

Category?: string

☆☆☆☆ ✔ Example: "Other"

City?: string

☆☆☆☆ ✔ Example: "TEDDINGTON"

CodedCharacterSet?: string

☆☆☆☆ ✔ Example: "UTF8"

Contact?: string

☆☆☆☆ ✔ Example: "Donna Ringmanumba"

CopyrightNotice?: string

☆☆☆☆ ✔ Example: "Creative Commons Attribution 4.0 International"

Credit?: string

☆☆☆☆ ✔ Example: "photo by Jenny Snapsalot"

DateSent?: string

☆☆☆☆ ✔ Example: ""

DateTimeCreated?: string | ExifDateTime

☆☆☆☆ ✔ Example: "2022:10:25 11:21:56-07:00"

Destination?: string

☆☆☆☆ ✔ Example: ""

DigitalCreationDate?: string | ExifDate

☆☆☆☆ ✔ Example: "2021:03:16"

DigitalCreationTime?: string | ExifTime

☆☆☆☆ ✔ Example: "20:25:15"

EnvelopeNumber?: string

☆☆☆☆ ✔ Example: ""

EnvelopePriority?: string

☆☆☆☆ ✔ Example: "5 (normal urgency)"

EnvelopeRecordVersion?: number

☆☆☆☆ ✔ Example: 4

FileFormat?: string

☆☆☆☆ ✔ Example: "X3F"

FileVersion?: number

☆☆☆☆ ✔ Example: 2

Headline?: string

☆☆☆☆ ✔ Example: ""

Keywords?: string | string[]

☆☆☆☆ ✔ Example: ["red","car"]

ObjectName?: string

☆☆☆☆ ✔ Example: "Artist deep into to wine and flower"

OriginalTransmissionReference?: string

☆☆☆☆ ✔ Example: ""

OriginatingProgram?: string

☆☆☆☆ ✔ Example: "digiKam"

Prefs?: string

☆☆☆☆ ✔ Example: "Tagged:1, ColorClass:2, Rating:0, FrameNum:000940"

ProgramVersion?: string

☆☆☆☆ ✔ Example: "4.13.0"

ServiceIdentifier?: string

☆☆☆☆ ✔ Example: ""

Source?: string

☆☆☆☆ ✔ Example: "Renee Lanette Sims"

SpecialInstructions?: string

☆☆☆☆ ✔ Example: ""

SupplementalCategories?: string

☆☆☆☆ ✔ Example: ""

TimeCreated?: string | ExifTime

☆☆☆☆ ✔ Example: "23:59:46.92"

TimeSent?: string

☆☆☆☆ ✔ Example: ""

Urgency?: string

☆☆☆☆ ✔ Example: "1 (most urgent)"

Generated using TypeDoc