API Docs
EN
MeasurementsActive

Segment count

segment-count

Number of recognized intra-sentence segments.

Usage of this metric

When enabled, the report contains exactly one item with this metric_id in result.measurements.

Location in the resultresult.measurements[]metric_id = "segment-count"

Calculation method

Sums the syntactic/discourse segments produced by DiSeg for all sentences.

Result interpretation

`value` contains the numeric result and `unit` is `count`. Absence means the variant was disabled.

Limitations

The value depends on analyzer normalization and segmentation; it should be interpreted together with the other metrics and the text genre.

Dependencies

language
en
implementation_version
1.0
unit
count

Valid example

{
  "implementation_version": "1.0",
  "metric_id": "segment-count",
  "unit": "count",
  "value": 24
}