Sequence metadata implementation.

SequenceMetadataImpl

Implements

Constructors

Properties

endTime?: Date

The end time of the chat sequence.

keywords: string[]

The keywords associated with the chat.

lastModified: string

The last modified time of the chat sequence.

length: number

The length of the chat.

participants: string[]

The participants in the chat.

segmentCount: number

The number of segments in the chat sequence.

size: number

The size of the chat sequence.

sourceFile: string

The source file of the chat sequence.

startTime?: Date

The start time of the chat sequence.

Methods