azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Key...

97 строки
8.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.KeyPhraseExtractionSkill"
fullName: "com.azure.search.models.KeyPhraseExtractionSkill"
name: "KeyPhraseExtractionSkill"
nameWithType: "KeyPhraseExtractionSkill"
summary: "A skill that uses text analytics for key phrase extraction."
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 **KeyPhraseExtractionSkill**</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.KeyPhraseExtractionSkill.KeyPhraseExtractionSkill()"
fullName: "com.azure.search.models.KeyPhraseExtractionSkill.KeyPhraseExtractionSkill()"
name: "KeyPhraseExtractionSkill()"
nameWithType: "KeyPhraseExtractionSkill.KeyPhraseExtractionSkill()"
syntax: "public KeyPhraseExtractionSkill()"
methods:
- uid: "com.azure.search.models.KeyPhraseExtractionSkill.getDefaultLanguageCode()"
fullName: "com.azure.search.models.KeyPhraseExtractionSkill.getDefaultLanguageCode()"
name: "getDefaultLanguageCode()"
nameWithType: "KeyPhraseExtractionSkill.getDefaultLanguageCode()"
summary: "Get the default<wbr>Language<wbr>Code property: A value indicating which language code to use."
syntax: "public KeyPhraseExtractionSkillLanguage getDefaultLanguageCode()"
desc: "Get the defaultLanguageCode property: A value indicating which language code to use. Default is en. Possible values include: 'da', 'nl', 'en', 'fi', 'fr', 'de', 'it', 'ja', 'ko', 'no', 'pl', 'pt-PT', 'pt-BR', 'ru', 'es', 'sv'."
returns:
description: "the defaultLanguageCode value."
type: "<xref href=\"com.azure.search.models.KeyPhraseExtractionSkillLanguage?alt=com.azure.search.models.KeyPhraseExtractionSkillLanguage&text=KeyPhraseExtractionSkillLanguage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.KeyPhraseExtractionSkill.getMaxKeyPhraseCount()"
fullName: "com.azure.search.models.KeyPhraseExtractionSkill.getMaxKeyPhraseCount()"
name: "getMaxKeyPhraseCount()"
nameWithType: "KeyPhraseExtractionSkill.getMaxKeyPhraseCount()"
summary: "Get the max<wbr>Key<wbr>Phrase<wbr>Count property: A number indicating how many key phrases to return."
syntax: "public Integer getMaxKeyPhraseCount()"
desc: "Get the maxKeyPhraseCount property: A number indicating how many key phrases to return. If absent, all identified key phrases will be returned."
returns:
description: "the maxKeyPhraseCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.models.KeyPhraseExtractionSkill.setDefaultLanguageCode(com.azure.search.models.KeyPhraseExtractionSkillLanguage)"
fullName: "com.azure.search.models.KeyPhraseExtractionSkill.setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage defaultLanguageCode)"
name: "setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage defaultLanguageCode)"
nameWithType: "KeyPhraseExtractionSkill.setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage 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.KeyPhraseExtractionSkillLanguage?alt=com.azure.search.models.KeyPhraseExtractionSkillLanguage&text=KeyPhraseExtractionSkillLanguage\" data-throw-if-not-resolved=\"False\" />"
syntax: "public KeyPhraseExtractionSkill setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage defaultLanguageCode)"
desc: "Set the defaultLanguageCode property: A value indicating which language code to use. Default is en. Possible values include: 'da', 'nl', 'en', 'fi', 'fr', 'de', 'it', 'ja', 'ko', 'no', 'pl', 'pt-PT', 'pt-BR', 'ru', 'es', 'sv'."
returns:
description: "the KeyPhraseExtractionSkill object itself."
type: "<xref href=\"com.azure.search.models.KeyPhraseExtractionSkill?alt=com.azure.search.models.KeyPhraseExtractionSkill&text=KeyPhraseExtractionSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.KeyPhraseExtractionSkill.setMaxKeyPhraseCount(java.lang.Integer)"
fullName: "com.azure.search.models.KeyPhraseExtractionSkill.setMaxKeyPhraseCount(Integer maxKeyPhraseCount)"
name: "setMaxKeyPhraseCount(Integer maxKeyPhraseCount)"
nameWithType: "KeyPhraseExtractionSkill.setMaxKeyPhraseCount(Integer maxKeyPhraseCount)"
summary: "Set the max<wbr>Key<wbr>Phrase<wbr>Count property: A number indicating how many key phrases to return."
parameters:
- description: "the maxKeyPhraseCount value to set."
name: "maxKeyPhraseCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public KeyPhraseExtractionSkill setMaxKeyPhraseCount(Integer maxKeyPhraseCount)"
desc: "Set the maxKeyPhraseCount property: A number indicating how many key phrases to return. If absent, all identified key phrases will be returned."
returns:
description: "the KeyPhraseExtractionSkill object itself."
type: "<xref href=\"com.azure.search.models.KeyPhraseExtractionSkill?alt=com.azure.search.models.KeyPhraseExtractionSkill&text=KeyPhraseExtractionSkill\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A skill that uses text analytics for key phrase extraction."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1