Skip to content

Commit 608df9d

Browse files
update to internal commit af2bcef6
1 parent 0cac3f5 commit 608df9d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

programming/javascript/api-reference/core/basic-structures/rect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ noTitleIndex: true
1010

1111
# Rect
1212

13-
The `Rect` interface extends the `IntermediateResultUnit` interface and represents a rectangle in a 2D space, providing a JavaScript equivalent of [DSRect](./ds-rect.md).
13+
The `Rect` interface represents a rectangle in a 2D space, providing a JavaScript equivalent of [DSRect](./ds-rect.md).
1414

1515
> If measured in percentage, the value range for x/y/width/height is 0~100.
1616
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: default-layout
3+
title: Readme - Dynamsoft Camera Enhancer Module
4+
description: The Dynamsoft Camera Enhancer module is a collection of Dynamsoft products and their dependent resources.
5+
keywords: camera, camera control, camera enhancer, javascript camera sdk, javascript, web, typescript
6+
needAutoGenerateSidebar: true
7+
needGenerateH3Content: true
8+
noTitleIndex: true
9+
---
10+
11+
# Dynamsoft Camera Enhancer Module
12+
13+
The Dynamsoft Camera Enhancer module controls the camera, transforming it into an image source for the DCV (Dynamsoft Capture Vision) architecture through ISA implementation. It also enhances image quality during acquisition and provides basic viewers for user interaction.

0 commit comments

Comments
 (0)