Skip to content

Commit 9cd676d

Browse files
committed
Update scripts
1 parent 6e84d5a commit 9cd676d

31 files changed

+354
-91
lines changed

source/amebapro2/API_Documents/Multimedia/Class AudioDecoder.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ NA
134134

135135
.. note :: “AudioDecoder.h” must be included to use the class function.
136136
137-
138137
**G711D Class**
139138
---------------
140139

source/amebapro2/API_Documents/Multimedia/Class AudioEncoder.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ NA
134134

135135
.. note :: “AudioEncoder.h” must be included to use the class function.
136136
137-
138137
**G711E Class**
139138
---------------
140139

source/amebapro2/API_Documents/Multimedia/Class AudioStream.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ A class used to contain audio configuration parameters for the audio codec.
2929
| AudioSetting::AudioSetting | Constructs an AudioSetting object. |
3030
+----------------------------+-----------------------------------------+
3131

32-
3332
**Audio Class**
3433
---------------
3534

source/amebapro2/API_Documents/Multimedia/Class VideoStreamOverlay.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ NA
520520

521521
Example: `RTSPFaceDetection <https://github.com/ambiot/ambpro2_arduino/blob/dev/Arduino_package/hardware/libraries/NeuralNetwork/examples/RTSPFaceDetection/RTSPFaceDetection.ino>`_
522522

523-
524523
.. note :: VideoStreamOverlay::update() needs to be called for drawings to be shown on the video streams. “VideoStreamOverlay.h” must be included to use the class function.
525524
526525
**VideoStreamOverlay::drawRect**

source/amebapro2/API_Documents/NeuralNetwork/Class Audio Classification.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ A class used to represent and retrieve data related to audio recognized by an au
3636
| AudioClassificationResult::score | Get confidence score of recognized audio |
3737
+--------------------------------------+------------------------------------------+
3838

39-
4039
**AudioClassificationResult::classID**
4140
--------------------------------------
4241

@@ -45,7 +44,6 @@ A class used to represent and retrieve data related to audio recognized by an au
4544

4645
Get class ID of recognized audio.
4746

48-
4947
**Syntax**
5048
~~~~~~~~~~
5149

@@ -68,11 +66,9 @@ NA
6866

6967
Example: `AudioClassification <https://github.com/ambiot/ambpro2_arduino/blob/dev/Arduino_package/hardware/libraries/NeuralNetwork/examples/AudioClassification/AudioClassification.ino>`_
7068

71-
7269
.. note :: “NNAudioClassification.h” must be included to use the class function. Object categories can be obtained from the “AudioClassList.h” file.
7370
(https://github.com/ambiot/ambpro2_arduino/blob/dev/Arduino_package/hardware/libraries/NeuralNetwork/examples/AudioClassification/AudioClassList.h)
7471
75-
7672
**AudioClassificationResult::score**
7773
------------------------------------
7874

@@ -81,7 +77,6 @@ Example: `AudioClassification <https://github.com/ambiot/ambpro2_arduino/blob/de
8177

8278
Get confidence score of recognized audio classes.
8379

84-
8580
**Syntax**
8681
~~~~~~~~~~
8782

@@ -107,7 +102,6 @@ Example: `AudioClassification <https://github.com/ambiot/ambpro2_arduino/blob/de
107102
.. note :: “NNAudioClassification.h” must be included to use the class function. Object categories can be obtained from the “AudioClassList.h” file.
108103
(https://github.com/ambiot/ambpro2_arduino/blob/dev/Arduino_package/hardware/libraries/NeuralNetwork/examples/AudioClassification/AudioClassList.h)
109104
110-
111105
**NNAudioClassification Class**
112106
-------------------------------
113107

source/amebapro2/API_Documents/NeuralNetwork/Class FaceDetection.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ A class used to represent and retrieve data related to faces detected by a face
5656

5757
Get name of detected result.
5858

59-
6059
**Syntax**
6160
~~~~~~~~~~
6261

@@ -111,10 +110,8 @@ An integer ranging from 0 to 100 representing the confidence of the detected fac
111110

112111
Example: `RTSPFaceDetection <https://github.com/ambiot/ambpro2_arduino/blob/dev/Arduino_package/hardware/libraries/NeuralNetwork/examples/RTSPFaceDetection/RTSPFaceDetection.ino>`_
113112

114-
115113
.. note :: “NNFaceDetection.h” must be included to use the class function.
116114
117-
118115
**FaceDetectionResult::xMin**
119116
-----------------------------
120117

@@ -145,7 +142,6 @@ A float ranging from 0.00 to 1.00, with 0.00 indicating the left edge of the inp
145142

146143
Example: `RTSPFaceDetection <https://github.com/ambiot/ambpro2_arduino/blob/dev/Arduino_package/hardware/libraries/NeuralNetwork/examples/RTSPFaceDetection/RTSPFaceDetection.ino>`_
147144

148-
149145
.. note :: “NNFaceDetection.h” must be included to use the class function.
150146
151147
**FaceDetectionResult::xMax**
@@ -178,7 +174,6 @@ A float ranging from 0.00 to 1.00, with 0.00 indicating the left edge of the inp
178174

179175
Example: `RTSPFaceDetection <https://github.com/ambiot/ambpro2_arduino/blob/dev/Arduino_package/hardware/libraries/NeuralNetwork/examples/RTSPFaceDetection/RTSPFaceDetection.ino>`_
180176

181-
182177
.. note :: “NNFaceDetection.h” must be included to use the class function.
183178
184179
**FaceDetectionResult::yMin**
@@ -211,7 +206,6 @@ A float ranging from 0.00 to 1.00, with 0.00 indicating the top edge of the inpu
211206

212207
Example: `RTSPFaceDetection <https://github.com/ambiot/ambpro2_arduino/blob/dev/Arduino_package/hardware/libraries/NeuralNetwork/examples/RTSPFaceDetection/RTSPFaceDetection.ino>`_
213208

214-
215209
.. note :: “NNFaceDetection.h” must be included to use the class function.
216210
217211
**FaceDetectionResult::yMax**
@@ -244,7 +238,6 @@ A float ranging from 0.00 to 1.00, with 0.00 indicating the top edge of the inpu
244238

245239
Example: `RTSPFaceDetection <https://github.com/ambiot/ambpro2_arduino/blob/dev/Arduino_package/hardware/libraries/NeuralNetwork/examples/RTSPFaceDetection/RTSPFaceDetection.ino>`_
246240

247-
248241
.. note :: “NNFaceDetection.h” must be included to use the class function.
249242
250243
**FaceDetectionResult::xFeature**

source/amebapro2/API_Documents/NeuralNetwork/Class FaceDetectionRecognition.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ A class used to represent and retrieve data related to faces recognized by a fac
4242
| FaceRecognitionResult::yMax | Get y coordinate of the bottom right corner of the bounding box containing the recognized face. |
4343
+----------------------------------------+---------------------------------------------------------------------------------------------------+
4444

45-
4645
**FaceRecognitionResult::name**
4746
-------------------------------
4847

@@ -105,7 +104,6 @@ Example: `RTSPFaceRecognition <https://github.com/ambiot/ambpro2_arduino/blob/de
105104

106105
.. note :: “NNFaceRecognition.h” must be included to use the class function.
107106
108-
109107
**FaceRecognitionResult::yMin**
110108
-------------------------------
111109

@@ -579,7 +577,6 @@ Get face recognition results.
579577

580578
index: index of specific face recognition result to retrieve.
581579

582-
583580
**Returns**
584581
~~~~~~~~~~~
585582

source/amebapro2/API_Documents/NeuralNetwork/Class ObjectDetection.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ Example: `ObjectDetectionCallback <https://github.com/ambiot/ambpro2_arduino/blo
527527

528528
.. note :: “NNObjectDetection.h” must be included to use the class function.
529529
530-
531530
**NNObjectDetection::getResult**
532531
--------------------------------
533532

source/amebapro2/API_Documents/PowerMode/Class PMClass.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Class PMClass
55
:local:
66
:depth: 2
77

8-
98
**PMClass Class**
109
-----------------
1110

@@ -39,7 +38,6 @@ A class used for PowerMode control.
3938
| PMClass::start | Start the PowerMode of device. |
4039
+-----------------------------------+-----------------------------------+
4140

42-
4341
**PMClass::begin**
4442
~~~~~~~~~~~~~~~~~~
4543

source/amebapro2/API_Documents/RTC/Class RTCClass.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Class RTC
5252
| RTCClass::DisableAlarm | Disable the RTC alarm. |
5353
+-----------------------------------+-----------------------------------+
5454

55-
5655
**RTCClass::Init**
5756
------------------
5857

0 commit comments

Comments
 (0)