|
45 | 45 | *
|
46 | 46 | * @defgroup CAPI_ML_NNSTREAMER_PIPELINE_MODULE NNStreamer Pipeline
|
47 | 47 | * @ingroup CAPI_ML_NNSTREAMER
|
48 |
| - * @brief The NNStreamer API provides interfaces to create and execute stream pipelines with neural networks and sensors. |
| 48 | + * @brief The NNStreamer function provides interfaces to create and execute stream pipelines with neural networks and sensors. |
49 | 49 | * @section CAPI_ML_NNSTREAMER_PIPELINE_HEADER Required Header
|
50 | 50 | * \#include <nnstreamer/nnstreamer.h> \n
|
51 | 51 | *
|
52 | 52 | * @section CAPI_ML_NNSTREAMER_PIPELINE_OVERVIEW Overview
|
53 |
| - * The NNStreamer API provides interfaces to create and execute stream pipelines with neural networks and sensors. |
| 53 | + * The NNStreamer function provides interfaces to create and execute stream pipelines with neural networks and sensors. |
54 | 54 | *
|
55 |
| - * This API allows the following operations with NNStreamer: |
| 55 | + * This function allows the following operations with NNStreamer: |
56 | 56 | * - Create a stream pipeline with NNStreamer plugins, GStreamer plugins, and sensor/camera/mic inputs
|
57 | 57 | * - Interfaces to push data to the pipeline from the application
|
58 | 58 | * - Interfaces to pull data from the pipeline to the application
|
59 | 59 | * - Interfaces to start/stop/destroy the pipeline
|
60 | 60 | * - Interfaces to control switches and valves in the pipeline.
|
61 | 61 | *
|
62 |
| - * Note that this API set is supposed to be thread-safe. |
| 62 | + * Note that this function set is supposed to be thread-safe. |
63 | 63 | *
|
64 | 64 | * @section CAPI_ML_NNSTREAMER_PIPELINE_FEATURE Related Features
|
65 |
| - * This API is related with the following features :\n |
| 65 | + * This function is related with the following features :\n |
66 | 66 | * - http://tizen.org/feature/nnstreamer.pipeline\n
|
67 | 67 | *
|
68 | 68 | * It is recommended to probe features in your application for reliability.\n
|
69 |
| - * You can check if a device supports the related features for this API by using |
| 69 | + * You can check if a device supports the related features for this function by using |
70 | 70 | * @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of
|
71 | 71 | * your application.\n
|
72 | 72 | * To ensure your application is only running on the device with specific
|
|
0 commit comments