Skip to content

Commit ae3d1cc

Browse files
authored
Fix #18
2 parents 2eedad7 + 583781f commit ae3d1cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/v3/types/document.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ impl Metadata {
7878
self.sentence_identifications.as_ref()
7979
}
8080

81+
pub fn harmful_pp(&self) -> Option<f32> {
82+
self.harmful_pp
83+
}
8184
pub fn set_harmful_pp(&mut self, harmful_pp: Option<f32>) {
8285
self.harmful_pp = harmful_pp;
8386
}

0 commit comments

Comments
 (0)