public final class EntityRecognitionSkill extends SearchIndexerSkill
| Constructor and Description |
|---|
EntityRecognitionSkill(List<InputFieldMappingEntry> inputs,
List<OutputFieldMappingEntry> outputs)
Constructor of
SearchIndexerSkill. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
areTypelessEntitiesIncluded()
Get the includeTypelessEntities property: Determines whether or not to
include entities which are well known but don't conform to a pre-defined
type.
|
List<EntityCategory> |
getCategories()
Get the categories property: A list of entity categories that should be
extracted.
|
EntityRecognitionSkillLanguage |
getDefaultLanguageCode()
Get the defaultLanguageCode property: A value indicating which language
code to use.
|
Double |
getMinimumPrecision()
Get the minimumPrecision property: A value between 0 and 1 that be used
to only include entities whose confidence score is greater than the
value specified.
|
EntityRecognitionSkill |
setCategories(EntityCategory... categories)
Set the categories property: A list of entity categories that should be
extracted.
|
EntityRecognitionSkill |
setCategories(List<EntityCategory> categories)
Set the categories property: A list of entity categories that should be
extracted.
|
EntityRecognitionSkill |
setDefaultLanguageCode(EntityRecognitionSkillLanguage defaultLanguageCode)
Set the defaultLanguageCode property: A value indicating which language
code to use.
|
EntityRecognitionSkill |
setMinimumPrecision(Double minimumPrecision)
Set the minimumPrecision property: A value between 0 and 1 that be used
to only include entities whose confidence score is greater than the
value specified.
|
EntityRecognitionSkill |
setTypelessEntitiesIncluded(Boolean typelessEntitiesIncluded)
Set the includeTypelessEntities property: Determines whether or not to
include entities which are well known but don't conform to a pre-defined
type.
|
getContext, getDescription, getInputs, getName, getOutputs, setContext, setDescription, setNamepublic EntityRecognitionSkill(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 valuepublic List<EntityCategory> getCategories()
public EntityRecognitionSkill setCategories(EntityCategory... categories)
categories - the categories value to set.public EntityRecognitionSkill setCategories(List<EntityCategory> categories)
categories - the categories value to set.public EntityRecognitionSkillLanguage getDefaultLanguageCode()
public EntityRecognitionSkill setDefaultLanguageCode(EntityRecognitionSkillLanguage defaultLanguageCode)
defaultLanguageCode - the defaultLanguageCode value to set.public Boolean areTypelessEntitiesIncluded()
public EntityRecognitionSkill setTypelessEntitiesIncluded(Boolean typelessEntitiesIncluded)
typelessEntitiesIncluded - the includeTypelessEntities value to set.public Double getMinimumPrecision()
public EntityRecognitionSkill setMinimumPrecision(Double minimumPrecision)
minimumPrecision - the minimumPrecision value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.