TextSplitMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A value indicating which split mode to perform.
public readonly struct TextSplitMode : IEquatable<Azure.Search.Documents.Indexes.Models.TextSplitMode>
type TextSplitMode = struct
Public Structure TextSplitMode
Implements IEquatable(Of TextSplitMode)
- Inheritance
-
TextSplitMode
- Implements
Constructors
TextSplitMode(String) |
Initializes a new instance of TextSplitMode. |
Properties
Pages |
Split the text into individual pages. |
Sentences |
Split the text into individual sentences. |
Methods
Equals(TextSplitMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(TextSplitMode, TextSplitMode) |
Determines if two TextSplitMode values are the same. |
Implicit(String to TextSplitMode) |
Converts a string to a TextSplitMode. |
Inequality(TextSplitMode, TextSplitMode) |
Determines if two TextSplitMode values are not the same. |
Applies to
Azure SDK for .NET