public final class KeyPhraseExtractionSkill extends SearchIndexerSkill
| Constructor and Description |
|---|
KeyPhraseExtractionSkill(List<InputFieldMappingEntry> inputs,
List<OutputFieldMappingEntry> outputs)
Constructor of
KeyPhraseExtractionSkill. |
| Modifier and Type | Method and Description |
|---|---|
KeyPhraseExtractionSkillLanguage |
getDefaultLanguageCode()
Get the defaultLanguageCode property: A value indicating which language
code to use.
|
Integer |
getMaxKeyPhraseCount()
Get the maxKeyPhraseCount property: A number indicating how many key
phrases to return.
|
KeyPhraseExtractionSkill |
setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage defaultLanguageCode)
Set the defaultLanguageCode property: A value indicating which language
code to use.
|
KeyPhraseExtractionSkill |
setMaxKeyPhraseCount(Integer maxKeyPhraseCount)
Set the maxKeyPhraseCount property: A number indicating how many key
phrases to return.
|
getContext, getDescription, getInputs, getName, getOutputs, setContext, setDescription, setNamepublic KeyPhraseExtractionSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs)
KeyPhraseExtractionSkill.inputs - Inputs of the skills could be a column in the source data set, or the
output of an upstream skill.outputs - The output of a skill is either a field in a search index, or a value
that can be consumed as an input by another skill.public KeyPhraseExtractionSkillLanguage getDefaultLanguageCode()
public KeyPhraseExtractionSkill setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage defaultLanguageCode)
defaultLanguageCode - the defaultLanguageCode value to set.public Integer getMaxKeyPhraseCount()
public KeyPhraseExtractionSkill setMaxKeyPhraseCount(Integer maxKeyPhraseCount)
maxKeyPhraseCount - the maxKeyPhraseCount value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.