Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5e3d931

Browse files
Merge pull request #277 from regulaforensics/66d1067c
Commit: 66d1067c
2 parents 9119300 + be735dd commit 5e3d931

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

‎src/.openapi-generator/FILES‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ models/fiber-result.ts
7474
models/field-item.ts
7575
models/file-image.ts
7676
models/get-transactions-by-tag-response.ts
77+
models/glares-check-params.ts
7778
models/graph-data.ts
7879
models/graphic-field-type.ts
7980
models/graphic-field.ts

‎src/models/glares-check-params.ts‎

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* NOTE: This file is auto generated by OpenAPI Generator.
5+
* Do not edit the file manually.
6+
*/
7+
8+
9+
10+
/**
11+
*
12+
* @export
13+
* @interface GlaresCheckParams
14+
*/
15+
export interface GlaresCheckParams {
16+
/**
17+
* Margin from the edges of the image. 0.35 = 35%
18+
* @type {number}
19+
* @memberof GlaresCheckParams
20+
*/
21+
'imgMarginPart'?: number;
22+
/**
23+
* The maximum allowable part of the area occupied by the glare. The same: 0.06 = 6%
24+
* @type {number}
25+
* @memberof GlaresCheckParams
26+
*/
27+
'maxGlaringPart'?: number;
28+
}
29+

‎src/models/image-qa.ts‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*/
77

88

9+
// May contain unused imports in some cases
10+
// @ts-ignore
11+
import type { GlaresCheckParams } from './glares-check-params';
912
// May contain unused imports in some cases
1013
// @ts-ignore
1114
import type { InputImageQualityChecks } from './input-image-quality-checks';
@@ -70,5 +73,11 @@ export interface ImageQA {
7073
* @memberof ImageQA
7174
*/
7275
'expectedPass'?: Array<InputImageQualityChecks>;
76+
/**
77+
*
78+
* @type {GlaresCheckParams}
79+
* @memberof ImageQA
80+
*/
81+
'glaresCheckParams'?: GlaresCheckParams;
7382
}
7483

‎src/models/index.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export * from './fiber-result';
6868
export * from './field-item';
6969
export * from './file-image';
7070
export * from './get-transactions-by-tag-response';
71+
export * from './glares-check-params';
7172
export * from './graph-data';
7273
export * from './graphic-field';
7374
export * from './graphic-field-type';

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /