lkSegmentId property

  1. @JsonKey(name: 'lk.segment_id')
String? lkSegmentId
final

Stable identifier for the transcript segment (lk.segment_id).

A segment id remains stable for the lifetime of a transcript segment and can be used to reconcile incremental updates in UIs.

Implementation

@JsonKey(name: 'lk.segment_id')
final String? lkSegmentId;