public final class SentimentSkill extends SearchIndexerSkill
| Constructor and Description |
|---|
SentimentSkill(List<InputFieldMappingEntry> inputs,
List<OutputFieldMappingEntry> outputs)
Constructor of
SearchIndexerSkill. |
| Modifier and Type | Method and Description |
|---|---|
SentimentSkillLanguage |
getDefaultLanguageCode()
Get the defaultLanguageCode property: A value indicating which language
code to use.
|
SentimentSkill |
setDefaultLanguageCode(SentimentSkillLanguage defaultLanguageCode)
Set the defaultLanguageCode property: A value indicating which language
code to use.
|
getContext, getDescription, getInputs, getName, getOutputs, setContext, setDescription, setNamepublic SentimentSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs)
SearchIndexerSkill.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 SentimentSkillLanguage getDefaultLanguageCode()
public SentimentSkill setDefaultLanguageCode(SentimentSkillLanguage defaultLanguageCode)
defaultLanguageCode - the defaultLanguageCode value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.