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

48 строки
4.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.ShaperSkill"
fullName: "com.azure.search.models.ShaperSkill"
name: "ShaperSkill"
nameWithType: "ShaperSkill"
summary: "A skill for reshaping the outputs."
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 **ShaperSkill**</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.ShaperSkill.ShaperSkill()"
fullName: "com.azure.search.models.ShaperSkill.ShaperSkill()"
name: "ShaperSkill()"
nameWithType: "ShaperSkill.ShaperSkill()"
syntax: "public ShaperSkill()"
type: "class"
desc: "A skill for reshaping the outputs. It creates a complex type to support composite fields (also known as multipart fields)."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1