Return an array of N temporal boxes from the segments of a temporal number sequence set.
- Parameters
-
| [in] | ss | Temporal sequence set |
| [in] | box_count | Number of elements in the output array |
| [out] | count | Number of elements in the output array |
- Returns
- If the number of segments is <=
box_count, the result contains one box per segment. Otherwise, consecutive segments are combined into a single box in the result to reach the given number of boxes.