Skip to content

Commit 197141f

Browse files
Update syntex-model-rest-api.md (SharePoint#8603)
Updated model name and product branding.
1 parent 06d4e65 commit 197141f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/apis/syntex/syntex-model-rest-api.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ ms.reviewer: ssquires
99
audience: admin
1010
ms.topic: reference
1111
ms.collection: m365initiative-syntex
12-
ms.localizationpriority: high
12+
ms.localizationpriority: medium
1313
---
1414

15-
# Microsoft Syntex document understanding model REST API
15+
# Microsoft Syntex unstructured document processing model REST API
1616

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.
1818

1919
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.
2020

@@ -29,15 +29,15 @@ Before you get started, make sure that you're familiar with the following:
2929

3030
## REST commands
3131

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:
3333

3434
- [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.
3838
- [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.
4141
- [Create file classification request](rest-createclassificationrequest.md) – Creates a request to classify a specified file or files using the applied model.
4242
- [Create folder classification request](rest-createclassificationrequest.md) – Creates a request to classify an entire folder using the applied model.
4343

@@ -54,4 +54,4 @@ The remove model method just removes the model from one or more libraries where
5454

5555
## See also
5656

57-
[Document understanding overview](/microsoft-365/contentunderstanding/document-understanding-overview)
57+
[Unstructured document processing overview](/microsoft-365/contentunderstanding/document-understanding-overview)

0 commit comments

Comments
 (0)