| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Field and Description |
|---|---|
static TextSplitMode |
TextSplitMode.PAGES
Static value pages for TextSplitMode.
|
static TextSplitMode |
TextSplitMode.SENTENCES
Static value sentences for TextSplitMode.
|
| Modifier and Type | Method and Description |
|---|---|
static TextSplitMode |
TextSplitMode.fromString(String name)
Creates or finds a TextSplitMode from its string representation.
|
TextSplitMode |
SplitSkill.getTextSplitMode()
Get the textSplitMode property: A value indicating which split mode to
perform.
|
| Modifier and Type | Method and Description |
|---|---|
SplitSkill |
SplitSkill.setTextSplitMode(TextSplitMode textSplitMode)
Set the textSplitMode property: A value indicating which split mode to
perform.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.