121 строка
9.7 KiB
YAML
121 строка
9.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.models.SplitSkill"
|
|
fullName: "com.azure.search.models.SplitSkill"
|
|
name: "SplitSkill"
|
|
nameWithType: "SplitSkill"
|
|
summary: "A skill to split a string into chunks of text."
|
|
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 **SplitSkill**</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.SplitSkill.SplitSkill()"
|
|
fullName: "com.azure.search.models.SplitSkill.SplitSkill()"
|
|
name: "SplitSkill()"
|
|
nameWithType: "SplitSkill.SplitSkill()"
|
|
syntax: "public SplitSkill()"
|
|
methods:
|
|
- uid: "com.azure.search.models.SplitSkill.getDefaultLanguageCode()"
|
|
fullName: "com.azure.search.models.SplitSkill.getDefaultLanguageCode()"
|
|
name: "getDefaultLanguageCode()"
|
|
nameWithType: "SplitSkill.getDefaultLanguageCode()"
|
|
summary: "Get the default<wbr>Language<wbr>Code property: A value indicating which language code to use."
|
|
syntax: "public SplitSkillLanguage getDefaultLanguageCode()"
|
|
desc: "Get the defaultLanguageCode property: A value indicating which language code to use. Default is en. Possible values include: 'da', 'de', 'en', 'es', 'fi', 'fr', 'it', 'ko', 'pt'."
|
|
returns:
|
|
description: "the defaultLanguageCode value."
|
|
type: "<xref href=\"com.azure.search.models.SplitSkillLanguage?alt=com.azure.search.models.SplitSkillLanguage&text=SplitSkillLanguage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.SplitSkill.getMaximumPageLength()"
|
|
fullName: "com.azure.search.models.SplitSkill.getMaximumPageLength()"
|
|
name: "getMaximumPageLength()"
|
|
nameWithType: "SplitSkill.getMaximumPageLength()"
|
|
summary: "Get the maximum<wbr>Page<wbr>Length property: The desired maximum page length."
|
|
syntax: "public Integer getMaximumPageLength()"
|
|
desc: "Get the maximumPageLength property: The desired maximum page length. Default is 10000."
|
|
returns:
|
|
description: "the maximumPageLength value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.search.models.SplitSkill.getTextSplitMode()"
|
|
fullName: "com.azure.search.models.SplitSkill.getTextSplitMode()"
|
|
name: "getTextSplitMode()"
|
|
nameWithType: "SplitSkill.getTextSplitMode()"
|
|
summary: "Get the text<wbr>Split<wbr>Mode property: A value indicating which split mode to perform."
|
|
syntax: "public TextSplitMode getTextSplitMode()"
|
|
desc: "Get the textSplitMode property: A value indicating which split mode to perform. Possible values include: 'pages', 'sentences'."
|
|
returns:
|
|
description: "the textSplitMode value."
|
|
type: "<xref href=\"com.azure.search.models.TextSplitMode?alt=com.azure.search.models.TextSplitMode&text=TextSplitMode\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.SplitSkill.setDefaultLanguageCode(com.azure.search.models.SplitSkillLanguage)"
|
|
fullName: "com.azure.search.models.SplitSkill.setDefaultLanguageCode(SplitSkillLanguage defaultLanguageCode)"
|
|
name: "setDefaultLanguageCode(SplitSkillLanguage defaultLanguageCode)"
|
|
nameWithType: "SplitSkill.setDefaultLanguageCode(SplitSkillLanguage 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.SplitSkillLanguage?alt=com.azure.search.models.SplitSkillLanguage&text=SplitSkillLanguage\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SplitSkill setDefaultLanguageCode(SplitSkillLanguage defaultLanguageCode)"
|
|
desc: "Set the defaultLanguageCode property: A value indicating which language code to use. Default is en. Possible values include: 'da', 'de', 'en', 'es', 'fi', 'fr', 'it', 'ko', 'pt'."
|
|
returns:
|
|
description: "the SplitSkill object itself."
|
|
type: "<xref href=\"com.azure.search.models.SplitSkill?alt=com.azure.search.models.SplitSkill&text=SplitSkill\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.SplitSkill.setMaximumPageLength(java.lang.Integer)"
|
|
fullName: "com.azure.search.models.SplitSkill.setMaximumPageLength(Integer maximumPageLength)"
|
|
name: "setMaximumPageLength(Integer maximumPageLength)"
|
|
nameWithType: "SplitSkill.setMaximumPageLength(Integer maximumPageLength)"
|
|
summary: "Set the maximum<wbr>Page<wbr>Length property: The desired maximum page length."
|
|
parameters:
|
|
- description: "the maximumPageLength value to set."
|
|
name: "maximumPageLength"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public SplitSkill setMaximumPageLength(Integer maximumPageLength)"
|
|
desc: "Set the maximumPageLength property: The desired maximum page length. Default is 10000."
|
|
returns:
|
|
description: "the SplitSkill object itself."
|
|
type: "<xref href=\"com.azure.search.models.SplitSkill?alt=com.azure.search.models.SplitSkill&text=SplitSkill\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.SplitSkill.setTextSplitMode(com.azure.search.models.TextSplitMode)"
|
|
fullName: "com.azure.search.models.SplitSkill.setTextSplitMode(TextSplitMode textSplitMode)"
|
|
name: "setTextSplitMode(TextSplitMode textSplitMode)"
|
|
nameWithType: "SplitSkill.setTextSplitMode(TextSplitMode textSplitMode)"
|
|
summary: "Set the text<wbr>Split<wbr>Mode property: A value indicating which split mode to perform."
|
|
parameters:
|
|
- description: "the textSplitMode value to set."
|
|
name: "textSplitMode"
|
|
type: "<xref href=\"com.azure.search.models.TextSplitMode?alt=com.azure.search.models.TextSplitMode&text=TextSplitMode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SplitSkill setTextSplitMode(TextSplitMode textSplitMode)"
|
|
desc: "Set the textSplitMode property: A value indicating which split mode to perform. Possible values include: 'pages', 'sentences'."
|
|
returns:
|
|
description: "the SplitSkill object itself."
|
|
type: "<xref href=\"com.azure.search.models.SplitSkill?alt=com.azure.search.models.SplitSkill&text=SplitSkill\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A skill to split a string into chunks of text."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|