Skip to content

Commit 8a70370

Browse files
committed
fixing extra files
1 parent 9474547 commit 8a70370

File tree

7 files changed

+10
-13
lines changed

7 files changed

+10
-13
lines changed

articles/cognitive-services/language-service/key-phrase-extraction/how-to/use-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: how-to
11-
ms.date: 01/18/2023
11+
ms.date: 04/11/2023
1212
ms.author: jboback
1313
ms.custom: language-service-key-phrase, ignite-fall-2021
1414
keywords: on-premises, Docker, container, natural language processing
@@ -106,7 +106,7 @@ Use the host, `http://localhost:5000`, for container APIs.
106106
[!INCLUDE [Container's API documentation](../../../../../includes/cognitive-services-containers-api-documentation.md)]
107107

108108

109-
### Run the container disconnected from the internet
109+
## Run the container disconnected from the internet
110110

111111
[!INCLUDE [configure-disconnected-container](../../../containers/includes/configure-disconnected-container.md)]
112112

articles/cognitive-services/language-service/language-detection/how-to/use-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: how-to
11-
ms.date: 02/09/2023
11+
ms.date: 04/11/2023
1212
ms.author: jboback
1313
ms.custom: language-service-language-detection, ignite-fall-2021
1414
keywords: on-premises, Docker, container
@@ -97,7 +97,7 @@ Use the host, `http://localhost:5000`, for container APIs.
9797

9898
[!INCLUDE [Container's API documentation](../../../../../includes/cognitive-services-containers-api-documentation.md)]
9999

100-
### Run the container disconnected from the internet
100+
## Run the container disconnected from the internet
101101

102102
[!INCLUDE [configure-disconnected-container](../../../containers/includes/configure-disconnected-container.md)]
103103

articles/cognitive-services/language-service/orchestration-workflow/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
10-
ms.topic: conceptual
10+
ms.topic: faq
1111
ms.date: 06/21/2022
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021, mode-other

articles/cognitive-services/language-service/orchestration-workflow/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 01/23/2023
8+
ms.date: 06/21/2022
99
ms.author: aahi
1010
---
1111

articles/cognitive-services/language-service/orchestration-workflow/includes/rest-api/create-project.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Use the following header to authenticate your request.
3232
|Key|Value|
3333
|--|--|
3434
|`Ocp-Apim-Subscription-Key`| The key to your resource. Used for authenticating your API requests.|
35-
|`Content-Type`| application/json |
3635

3736
### Body
3837

@@ -43,8 +42,7 @@ Use the following sample JSON as your body.
4342
"projectName": "{PROJECT-NAME}",
4443
"language": "{LANGUAGE-CODE}",
4544
"projectKind": "Orchestration",
46-
"description": "Project description",
47-
"multilingual": true
45+
"description": "Project description"
4846
}
4947
```
5048

articles/cognitive-services/language-service/orchestration-workflow/includes/rest-api/import-project.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ Use the following header to authenticate your request.
3232
|Key|Value|
3333
|--|--|
3434
|`Ocp-Apim-Subscription-Key`| The key to your resource. Used for authenticating your API requests.|
35-
|`Content-Type`| application/json |
3635

3736
### Body
3837

3938
> [!NOTE]
40-
> Each intent within the `intents` array should only refer to a single project that you want to connect (Conversational Language Understanding (CLU), LUIS or question answering). For more information, see the [reference documentation]().
39+
> Each intent should only be of one type only from (CLU,LUIS and qna)
4140
4241
Use the following sample JSON as your body.
4342

articles/cognitive-services/language-service/sentiment-opinion-mining/how-to/use-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: how-to
11-
ms.date: 02/09/2023
11+
ms.date: 04/11/2023
1212
ms.author: aahi
1313
ms.custom: language-service-sentiment-opinion-mining, ignite-fall-2021
1414
keywords: on-premises, Docker, container, sentiment analysis, natural language processing
@@ -120,7 +120,7 @@ Use the host, `http://localhost:5000`, for container APIs.
120120

121121
[!INCLUDE [Container's API documentation](../../../../../includes/cognitive-services-containers-api-documentation.md)]
122122

123-
### Run the container disconnected from the internet
123+
## Run the container disconnected from the internet
124124

125125
[!INCLUDE [configure-disconnected-container](../../../containers/includes/configure-disconnected-container.md)]
126126

0 commit comments

Comments
 (0)