public final class KeyPhraseExtractionSkill extends Skill
| Constructor and Description |
|---|
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, setInputs, setName, setOutputspublic 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.