Expand description
Human speaker-review policy and classifier application for audio packets.
Structs§
- Candidate
Mapping - Classifier evidence retained for one chunk-local speaker.
- Chunk
Confirmation - Exact speaker resolutions and signoff for one review chunk.
- Correction
Chunk - One complete chunk in a recording-level correction packet.
- Correction
Observation - One deterministic classifier observation in a correction packet.
- Correction
Packet - Complete transport-neutral correction packet for one recording.
- Observation
Confirmation - One observation-level human resolution.
- Observation
Key - One caller-owned observation identity.
- Parsed
Chunk - Complete normalized speaker structure for one raw provider result.
- Parsed
Speaker - One typed speaker row normalized from a raw provider response.
Enums§
- Confirmation
State - Durable identity-confirmation lifecycle for a correction packet.
- Legacy
Review Disposition - Durable resolution for a finalized recording with an obsolete unsigned packet.
- Speaker
Resolution - Human resolution for one chunk-local speaker.
Constants§
- CLASSIFIER_
MODEL - Exact classifier model cohort component.
- CLASSIFIER_
PROMPT_ VERSION - Exact classifier prompt-version cohort component.
- CLASSIFIER_
PROVIDER - Exact classifier provider cohort component.
- CLASSIFIER_
SCHEMA_ VERSION - Exact classifier feature-schema cohort component.
Functions§
- apply_
confirmation - Applies one exact chunk signoff to the classifier and in-memory packet.
- confirmation_
matches - Reports whether a signed chunk already has the exact submitted mapping.
- legacy_
review_ disposition - Chooses the durable resolution for an obsolete finalized review packet.
- restore_
training - Best-effort restores classifier rows to one packet’s authoritative state.
- training_
object_ id - Returns the deterministic training object identity for one review chunk.
- validate_
confirmation_ coverage - Validates exact, complete observation coverage for one chunk signoff.
Type Aliases§
- Feature
Row - The frozen 24-value feature row used by the classifier.