73 строки
6.6 KiB
YAML
73 строки
6.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.models.SentimentSkill"
|
|
fullName: "com.azure.search.models.SentimentSkill"
|
|
name: "SentimentSkill"
|
|
nameWithType: "SentimentSkill"
|
|
summary: "Text analytics positive-negative sentiment analysis, scored as a floating point value in a range of zero to 1."
|
|
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 **SentimentSkill**</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.SentimentSkill.SentimentSkill()"
|
|
fullName: "com.azure.search.models.SentimentSkill.SentimentSkill()"
|
|
name: "SentimentSkill()"
|
|
nameWithType: "SentimentSkill.SentimentSkill()"
|
|
syntax: "public SentimentSkill()"
|
|
methods:
|
|
- uid: "com.azure.search.models.SentimentSkill.getDefaultLanguageCode()"
|
|
fullName: "com.azure.search.models.SentimentSkill.getDefaultLanguageCode()"
|
|
name: "getDefaultLanguageCode()"
|
|
nameWithType: "SentimentSkill.getDefaultLanguageCode()"
|
|
summary: "Get the default<wbr>Language<wbr>Code property: A value indicating which language code to use."
|
|
syntax: "public SentimentSkillLanguage 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', 'el', 'it', 'no', 'pl', 'pt-PT', 'ru', 'es', 'sv', 'tr'."
|
|
returns:
|
|
description: "the defaultLanguageCode value."
|
|
type: "<xref href=\"com.azure.search.models.SentimentSkillLanguage?alt=com.azure.search.models.SentimentSkillLanguage&text=SentimentSkillLanguage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.SentimentSkill.setDefaultLanguageCode(com.azure.search.models.SentimentSkillLanguage)"
|
|
fullName: "com.azure.search.models.SentimentSkill.setDefaultLanguageCode(SentimentSkillLanguage defaultLanguageCode)"
|
|
name: "setDefaultLanguageCode(SentimentSkillLanguage defaultLanguageCode)"
|
|
nameWithType: "SentimentSkill.setDefaultLanguageCode(SentimentSkillLanguage 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.SentimentSkillLanguage?alt=com.azure.search.models.SentimentSkillLanguage&text=SentimentSkillLanguage\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SentimentSkill setDefaultLanguageCode(SentimentSkillLanguage 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', 'el', 'it', 'no', 'pl', 'pt-PT', 'ru', 'es', 'sv', 'tr'."
|
|
returns:
|
|
description: "the SentimentSkill object itself."
|
|
type: "<xref href=\"com.azure.search.models.SentimentSkill?alt=com.azure.search.models.SentimentSkill&text=SentimentSkill\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Text analytics positive-negative sentiment analysis, scored as a floating point value in a range of zero to 1."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|