145 строки
13 KiB
YAML
145 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.models.EntityRecognitionSkill"
|
|
fullName: "com.azure.search.models.EntityRecognitionSkill"
|
|
name: "EntityRecognitionSkill"
|
|
nameWithType: "EntityRecognitionSkill"
|
|
summary: "Text analytics entity recognition."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.Skill?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.search.models.Skill?alt=com.azure.search.models.Skill&text=Skill\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.search.models.Skill.getContext()?alt=com.azure.search.models.Skill.getContext&text=getContext\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.Skill.getDescription()?alt=com.azure.search.models.Skill.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.Skill.getInputs()?alt=com.azure.search.models.Skill.getInputs&text=getInputs\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.Skill.getName()?alt=com.azure.search.models.Skill.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.Skill.getOutputs()?alt=com.azure.search.models.Skill.getOutputs&text=getOutputs\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.Skill.setContext(java.lang.String)?alt=com.azure.search.models.Skill.setContext&text=setContext\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.Skill.setDescription(java.lang.String)?alt=com.azure.search.models.Skill.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.Skill.setInputs(java.util.List<com.azure.search.models.InputFieldMappingEntry>)?alt=com.azure.search.models.Skill.setInputs&text=setInputs\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.Skill.setName(java.lang.String)?alt=com.azure.search.models.Skill.setName&text=setName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.Skill.setOutputs(java.util.List<com.azure.search.models.OutputFieldMappingEntry>)?alt=com.azure.search.models.Skill.setOutputs&text=setOutputs\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **EntityRecognitionSkill**</br> extends <xref href=\"com.azure.search.models.Skill?alt=com.azure.search.models.Skill&text=Skill\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.search.models.EntityRecognitionSkill.EntityRecognitionSkill()"
|
|
fullName: "com.azure.search.models.EntityRecognitionSkill.EntityRecognitionSkill()"
|
|
name: "EntityRecognitionSkill()"
|
|
nameWithType: "EntityRecognitionSkill.EntityRecognitionSkill()"
|
|
syntax: "public EntityRecognitionSkill()"
|
|
methods:
|
|
- uid: "com.azure.search.models.EntityRecognitionSkill.getCategories()"
|
|
fullName: "com.azure.search.models.EntityRecognitionSkill.getCategories()"
|
|
name: "getCategories()"
|
|
nameWithType: "EntityRecognitionSkill.getCategories()"
|
|
summary: "Get the categories property: A list of entity categories that should be extracted."
|
|
syntax: "public List<EntityCategory> getCategories()"
|
|
desc: "Get the categories property: A list of entity categories that should be extracted."
|
|
returns:
|
|
description: "the categories value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.search.models.EntityCategory?alt=com.azure.search.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.search.models.EntityRecognitionSkill.getDefaultLanguageCode()"
|
|
fullName: "com.azure.search.models.EntityRecognitionSkill.getDefaultLanguageCode()"
|
|
name: "getDefaultLanguageCode()"
|
|
nameWithType: "EntityRecognitionSkill.getDefaultLanguageCode()"
|
|
summary: "Get the default<wbr>Language<wbr>Code property: A value indicating which language code to use."
|
|
syntax: "public EntityRecognitionSkillLanguage getDefaultLanguageCode()"
|
|
desc: "Get the defaultLanguageCode property: A value indicating which language code to use. Default is en. Possible values include: 'ar', 'cs', 'zh-Hans', 'zh-Hant', 'da', 'nl', 'en', 'fi', 'fr', 'de', 'el', 'hu', 'it', 'ja', 'ko', 'no', 'pl', 'pt-PT', 'pt-BR', 'ru', 'es', 'sv', 'tr'."
|
|
returns:
|
|
description: "the defaultLanguageCode value."
|
|
type: "<xref href=\"com.azure.search.models.EntityRecognitionSkillLanguage?alt=com.azure.search.models.EntityRecognitionSkillLanguage&text=EntityRecognitionSkillLanguage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.EntityRecognitionSkill.getMinimumPrecision()"
|
|
fullName: "com.azure.search.models.EntityRecognitionSkill.getMinimumPrecision()"
|
|
name: "getMinimumPrecision()"
|
|
nameWithType: "EntityRecognitionSkill.getMinimumPrecision()"
|
|
summary: "Get the minimum<wbr>Precision property: A value between 0 and 1 that be used to only include entities whose confidence score is greater than the value specified."
|
|
syntax: "public Double getMinimumPrecision()"
|
|
desc: "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. If not set (default), or if explicitly set to null, all entities will be included."
|
|
returns:
|
|
description: "the minimumPrecision value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
- uid: "com.azure.search.models.EntityRecognitionSkill.isIncludeTypelessEntities()"
|
|
fullName: "com.azure.search.models.EntityRecognitionSkill.isIncludeTypelessEntities()"
|
|
name: "isIncludeTypelessEntities()"
|
|
nameWithType: "EntityRecognitionSkill.isIncludeTypelessEntities()"
|
|
summary: "Get the include<wbr>Typeless<wbr>Entities property: Determines whether or not to include entities which are well known but don't conform to a pre-defined type."
|
|
syntax: "public Boolean isIncludeTypelessEntities()"
|
|
desc: "Get the includeTypelessEntities property: Determines whether or not to include entities which are well known but don't conform to a pre-defined type. If this configuration is not set (default), set to null or set to false, entities which don't conform to one of the pre-defined types will not be surfaced."
|
|
returns:
|
|
description: "the includeTypelessEntities value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.search.models.EntityRecognitionSkill.setCategories(java.util.List<com.azure.search.models.EntityCategory>)"
|
|
fullName: "com.azure.search.models.EntityRecognitionSkill.setCategories(List<EntityCategory> categories)"
|
|
name: "setCategories(List<EntityCategory> categories)"
|
|
nameWithType: "EntityRecognitionSkill.setCategories(List<EntityCategory> categories)"
|
|
summary: "Set the categories property: A list of entity categories that should be extracted."
|
|
parameters:
|
|
- description: "the categories value to set."
|
|
name: "categories"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.search.models.EntityCategory?alt=com.azure.search.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public EntityRecognitionSkill setCategories(List<EntityCategory> categories)"
|
|
desc: "Set the categories property: A list of entity categories that should be extracted."
|
|
returns:
|
|
description: "the EntityRecognitionSkill object itself."
|
|
type: "<xref href=\"com.azure.search.models.EntityRecognitionSkill?alt=com.azure.search.models.EntityRecognitionSkill&text=EntityRecognitionSkill\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.EntityRecognitionSkill.setDefaultLanguageCode(com.azure.search.models.EntityRecognitionSkillLanguage)"
|
|
fullName: "com.azure.search.models.EntityRecognitionSkill.setDefaultLanguageCode(EntityRecognitionSkillLanguage defaultLanguageCode)"
|
|
name: "setDefaultLanguageCode(EntityRecognitionSkillLanguage defaultLanguageCode)"
|
|
nameWithType: "EntityRecognitionSkill.setDefaultLanguageCode(EntityRecognitionSkillLanguage defaultLanguageCode)"
|
|
summary: "Set the default<wbr>Language<wbr>Code property: A value indicating which language code to use."
|
|
parameters:
|
|
- description: "the defaultLanguageCode value to set."
|
|
name: "defaultLanguageCode"
|
|
type: "<xref href=\"com.azure.search.models.EntityRecognitionSkillLanguage?alt=com.azure.search.models.EntityRecognitionSkillLanguage&text=EntityRecognitionSkillLanguage\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EntityRecognitionSkill setDefaultLanguageCode(EntityRecognitionSkillLanguage defaultLanguageCode)"
|
|
desc: "Set the defaultLanguageCode property: A value indicating which language code to use. Default is en. Possible values include: 'ar', 'cs', 'zh-Hans', 'zh-Hant', 'da', 'nl', 'en', 'fi', 'fr', 'de', 'el', 'hu', 'it', 'ja', 'ko', 'no', 'pl', 'pt-PT', 'pt-BR', 'ru', 'es', 'sv', 'tr'."
|
|
returns:
|
|
description: "the EntityRecognitionSkill object itself."
|
|
type: "<xref href=\"com.azure.search.models.EntityRecognitionSkill?alt=com.azure.search.models.EntityRecognitionSkill&text=EntityRecognitionSkill\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.EntityRecognitionSkill.setIncludeTypelessEntities(java.lang.Boolean)"
|
|
fullName: "com.azure.search.models.EntityRecognitionSkill.setIncludeTypelessEntities(Boolean includeTypelessEntities)"
|
|
name: "setIncludeTypelessEntities(Boolean includeTypelessEntities)"
|
|
nameWithType: "EntityRecognitionSkill.setIncludeTypelessEntities(Boolean includeTypelessEntities)"
|
|
summary: "Set the include<wbr>Typeless<wbr>Entities property: Determines whether or not to include entities which are well known but don't conform to a pre-defined type."
|
|
parameters:
|
|
- description: "the includeTypelessEntities value to set."
|
|
name: "includeTypelessEntities"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public EntityRecognitionSkill setIncludeTypelessEntities(Boolean includeTypelessEntities)"
|
|
desc: "Set the includeTypelessEntities property: Determines whether or not to include entities which are well known but don't conform to a pre-defined type. If this configuration is not set (default), set to null or set to false, entities which don't conform to one of the pre-defined types will not be surfaced."
|
|
returns:
|
|
description: "the EntityRecognitionSkill object itself."
|
|
type: "<xref href=\"com.azure.search.models.EntityRecognitionSkill?alt=com.azure.search.models.EntityRecognitionSkill&text=EntityRecognitionSkill\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.EntityRecognitionSkill.setMinimumPrecision(java.lang.Double)"
|
|
fullName: "com.azure.search.models.EntityRecognitionSkill.setMinimumPrecision(Double minimumPrecision)"
|
|
name: "setMinimumPrecision(Double minimumPrecision)"
|
|
nameWithType: "EntityRecognitionSkill.setMinimumPrecision(Double minimumPrecision)"
|
|
summary: "Set the minimum<wbr>Precision property: A value between 0 and 1 that be used to only include entities whose confidence score is greater than the value specified."
|
|
parameters:
|
|
- description: "the minimumPrecision value to set."
|
|
name: "minimumPrecision"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
syntax: "public EntityRecognitionSkill setMinimumPrecision(Double minimumPrecision)"
|
|
desc: "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. If not set (default), or if explicitly set to null, all entities will be included."
|
|
returns:
|
|
description: "the EntityRecognitionSkill object itself."
|
|
type: "<xref href=\"com.azure.search.models.EntityRecognitionSkill?alt=com.azure.search.models.EntityRecognitionSkill&text=EntityRecognitionSkill\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Text analytics entity recognition."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|