public final class LanguageDetectionSkill extends SearchIndexerSkill
| Constructor and Description |
|---|
LanguageDetectionSkill(List<InputFieldMappingEntry> inputs,
List<OutputFieldMappingEntry> outputs)
Constructor of
LanguageDetectionSkill. |
getContext, getDescription, getInputs, getName, getOutputs, setContext, setDescription, setNamepublic LanguageDetectionSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs)
LanguageDetectionSkill.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.Copyright © 2020 Microsoft Corporation. All rights reserved.