Skip to content

Commit

Permalink
feat: add revision string field to confidence object
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed May 28, 2024
1 parent 45a8866 commit a664c2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/generatedApiTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ export interface components {
* @description The confidence score is a floating-point number between 0 and 1 that represents the probability of accurate identification.
*/
score: number
/** @description The revision name of the method used to calculate the Confidence score. This field is only present for customers who opted in to an alternative calculation method. */
revision?: string
}
/**
* SeenAt
Expand Down

0 comments on commit a664c2d

Please sign in to comment.