Click or drag to resize

SegmentResultsSegmentOverrideStartsIn Property

Gets or sets the segment that the SegmentPropagator that created this set of results starts in if this segment needs to start before the end of the previous segment. This is only needed if another segment overlaps with this one.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentDefinition SegmentOverrideStartsIn { get; set; }

Property Value

Type: SegmentDefinition
See Also