You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apis/syntex/syntex-model-rest-api.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ ms.reviewer: ssquires
9
9
audience: admin
10
10
ms.topic: reference
11
11
ms.collection: m365initiative-syntex
12
-
ms.localizationpriority: high
12
+
ms.localizationpriority: medium
13
13
---
14
14
15
-
# Microsoft Syntex document understanding model REST API
15
+
# Microsoft Syntex unstructured document processing model REST API
16
16
17
-
You can use the SharePoint REST interface to create a document understanding model, apply or remove the model to one or more libraries, and obtain or update information about the model.
17
+
You can use the SharePoint REST interface to create an unstructured document processing model, apply or remove the model to one or more libraries, and obtain or update information about the model.
18
18
19
19
The SharePoint Online (and SharePoint 2016 and later on-premises) REST service supports combining multiple requests into a single call to the service by using the OData $batch query option.
20
20
@@ -29,15 +29,15 @@ Before you get started, make sure that you're familiar with the following:
29
29
30
30
## REST commands
31
31
32
-
The following REST commands are available for working with Syntex document understanding models:
32
+
The following REST commands are available for working with Syntex unstructured document processing models:
33
33
34
34
-[Create model](rest-createmodel-method.md) – Creates a model and its associated content type.
35
-
-[GetByUniqueId](rest-getbyuniqueid-method.md) – Gets or updates information about a SharePoint Syntex document understanding model.
36
-
-[GetByTitle](rest-getbytitle-method.md) – Gets or updates information about a SharePoint Syntex document understanding model using the model title.
37
-
-[Apply model](rest-applymodel-method.md) – Applies (or syncs) a trained document understanding model to one or more libraries.
35
+
-[GetByUniqueId](rest-getbyuniqueid-method.md) – Gets or updates information about a Syntex unstructured document processing model.
36
+
-[GetByTitle](rest-getbytitle-method.md) – Gets or updates information about a Syntex unstructured document processing model using the model title.
37
+
-[Apply model](rest-applymodel-method.md) – Applies (or syncs) a trained unstructured document processing model to one or more libraries.
38
38
-[Get model and library information](rest-getmodelandlibraryinfo.md) – Gets information about a model and the library where it has been applied.
39
-
-[UpdateModelSettings](rest-updatemodelsettings-method.md) – Updates available models settings (associated retention label and model description) for a SharePoint Syntex document understanding model.
40
-
-[BatchDelete](rest-batchdelete-method.md) – Removes an applied document understanding model from one or more libraries.
39
+
-[UpdateModelSettings](rest-updatemodelsettings-method.md) – Updates available models settings (associated retention label and model description) for a Syntex unstructured document processing model.
40
+
-[BatchDelete](rest-batchdelete-method.md) – Removes an applied unstructured document processing model from one or more libraries.
41
41
-[Create file classification request](rest-createclassificationrequest.md) – Creates a request to classify a specified file or files using the applied model.
42
42
-[Create folder classification request](rest-createclassificationrequest.md) – Creates a request to classify an entire folder using the applied model.
43
43
@@ -54,4 +54,4 @@ The remove model method just removes the model from one or more libraries where
0 commit comments