pub fn parse_batch(
response: &str,
chunks: &[BatchChunkAnalysis],
) -> Result<Vec<BatchExtraction>, ExtractError>Expand description
Parses and validates one exact recording-wide normalization response.
pub fn parse_batch(
response: &str,
chunks: &[BatchChunkAnalysis],
) -> Result<Vec<BatchExtraction>, ExtractError>Parses and validates one exact recording-wide normalization response.