Skip to content

Commit 6c57c61

Browse files
committed
Add file extension
1 parent a4fac75 commit 6c57c61

6 files changed

+6
-6
lines changed

articles/search/cognitive-search-skill-entity-linking-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Parameter names are case-sensitive and are all optional.
3535
|--------------------|-------------|
3636
| `defaultLanguageCode` | Language code of the input text. If the default language code is not specified, English (en) will be used as the default language code. <br/> See the [full list of supported languages](../cognitive-services/language-service/entity-linking/language-support.md). |
3737
| `minimumPrecision` | A value between 0 and 1. If the confidence score (in the `entities` output) is lower than this value, the entity is not returned. The default is 0. |
38-
| `modelVersion` | (Optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle) to use when calling entity linking. It will default to the latest available when not specified. We recommend you do not specify this value unless it's necessary.|
38+
| `modelVersion` | (Optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle.md) to use when calling entity linking. It will default to the latest available when not specified. We recommend you do not specify this value unless it's necessary.|
3939

4040
## Skill inputs
4141

articles/search/cognitive-search-skill-entity-recognition-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Parameters are case-sensitive and are all optional.
3434
| `categories` | Array of categories that should be extracted. Possible category types: `"Person"`, `"Location"`, `"Organization"`, `"Quantity"`, `"DateTime"`, `"URL"`, `"Email"`, `"personType"`, `"Event"`, `"Product"`, `"Skill"`, `"Address"`, `"phoneNumber"`, `"ipAddress"`. If no category is provided, all types are returned.|
3535
| `defaultLanguageCode` | Language code of the input text. If the default language code is not specified, English (en) will be used as the default language code. <br/> See the [full list of supported languages](../cognitive-services/language-service/named-entity-recognition/language-support.md). Not all entity categories are supported for all languages; see note below.|
3636
| `minimumPrecision` | A value between 0 and 1. If the confidence score (in the `namedEntities` output) is lower than this value, the entity is not returned. The default is 0. |
37-
| `modelVersion` | (Optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle) to use when calling the entity recognition API. It will default to the latest available when not specified. We recommend you do not specify this value unless it's necessary. |
37+
| `modelVersion` | (Optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle.md) to use when calling the entity recognition API. It will default to the latest available when not specified. We recommend you do not specify this value unless it's necessary. |
3838

3939
## Skill inputs
4040

articles/search/cognitive-search-skill-keyphrases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Parameters are case-sensitive.
3333
|---------------------|-------------|
3434
| `defaultLanguageCode` | (Optional) The language code to apply to documents that don't specify language explicitly. If the default language code is not specified, English (en) will be used as the default language code. <br/> See the [full list of supported languages](../cognitive-services/language-service/key-phrase-extraction/language-support.md). |
3535
| `maxKeyPhraseCount` | (Optional) The maximum number of key phrases to produce. |
36-
| `modelVersion` | (Optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle) to use when calling the key phrase API. It will default to the latest available when not specified. We recommend you do not specify this value unless it's necessary. |
36+
| `modelVersion` | (Optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle.md) to use when calling the key phrase API. It will default to the latest available when not specified. We recommend you do not specify this value unless it's necessary. |
3737

3838
## Skill inputs
3939

articles/search/cognitive-search-skill-language-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Parameters are case-sensitive.
3535
| Inputs | Description |
3636
|---------------------|-------------|
3737
| `defaultCountryHint` | (Optional) An ISO 3166-1 alpha-2 two letter country code can be provided to use as a hint to the language detection model if it cannot [disambiguate the language](../cognitive-services/language-service/language-detection/how-to/call-api.md#ambiguous-content). Specifically, the `defaultCountryHint` parameter is used with documents that don't specify the `countryHint` input explicitly. |
38-
| `modelVersion` | (Optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle) to use when calling language detection. It will default to the latest available when not specified. We recommend you do not specify this value unless it's necessary. |
38+
| `modelVersion` | (Optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle.md) to use when calling language detection. It will default to the latest available when not specified. We recommend you do not specify this value unless it's necessary. |
3939

4040
## Skill inputs
4141

articles/search/cognitive-search-skill-pii-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Parameters are case-sensitive and all are optional.
3939
| `maskingCharacter` | The character used to mask the text if the `maskingMode` parameter is set to `replace`. The following option is supported: `*` (default). This parameter can only be `null` if `maskingMode` is not set to `replace`. <br/><br/> When this skill was in public preview, there was support for the `maskingCharacter` options, `X` and `#`. Both `X` and `#` options have since been deprecated and are longer be supported. |
4040
| `domain` | (Optional) A string value, if specified, will set the domain to include only a subset of the entity categories. Possible values include: `"phi"` (detect confidential health information only), `"none"`. |
4141
| `piiCategories` | (Optional) If you want to specify which entities will be detected and returned, use this optional parameter (defined as a list of strings) with the appropriate entity categories. This parameter can also let you detect entities that aren't enabled by default for your document language. See [Supported Personally Identifiable Information entity categories](../cognitive-services/language-service/personally-identifiable-information/concepts/entity-categories.md) for the full list. |
42-
| `modelVersion` | (Optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle) to use when calling personally identifiable information detection. It will default to the most recent version when not specified. We recommend you do not specify this value unless it's necessary. |
42+
| `modelVersion` | (Optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle.md) to use when calling personally identifiable information detection. It will default to the most recent version when not specified. We recommend you do not specify this value unless it's necessary. |
4343

4444
## Skill inputs
4545

articles/search/cognitive-search-skill-sentiment-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Parameters are case-sensitive.
3232
| Parameter Name | Description |
3333
|----------------|----------------------|
3434
| `defaultLanguageCode` | (optional) The language code to apply to documents that don't specify language explicitly. <br/> See the [full list of supported languages](../cognitive-services/language-service/sentiment-opinion-mining/language-support.md). |
35-
| `modelVersion` | (optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle) to use when calling sentiment analysis. It will default to the most recent version when not specified. We recommend you do not specify this value unless it's necessary. |
35+
| `modelVersion` | (optional) Specifies the [version of the model](../cognitive-services/language-service/concepts/model-lifecycle.md) to use when calling sentiment analysis. It will default to the most recent version when not specified. We recommend you do not specify this value unless it's necessary. |
3636
| `includeOpinionMining` | If set to `true`, enables [the opinion mining feature](../cognitive-services/language-service/sentiment-opinion-mining/overview.md#opinion-mining), which allows aspect-based sentiment analysis to be included in your output results. Defaults to `false`. |
3737

3838
## Skill inputs

0 commit comments

Comments
 (0)