SplitSkillUnit 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 unit to use.
public readonly struct SplitSkillUnit : IEquatable<Azure.Search.Documents.Indexes.Models.SplitSkillUnit>
type SplitSkillUnit = struct
Public Structure SplitSkillUnit
Implements IEquatable(Of SplitSkillUnit)
- Inheritance
-
SplitSkillUnit
- Implements
Constructors
SplitSkillUnit(String) |
Initializes a new instance of SplitSkillUnit. |
Properties
AzureOpenAITokens |
The length will be measured by an AzureOpenAI tokenizer from the tiktoken library. |
Characters |
The length will be measured by character. |
Methods
Equals(SplitSkillUnit) |
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(SplitSkillUnit, SplitSkillUnit) |
Determines if two SplitSkillUnit values are the same. |
Implicit(String to SplitSkillUnit) |
Converts a string to a SplitSkillUnit. |
Inequality(SplitSkillUnit, SplitSkillUnit) |
Determines if two SplitSkillUnit values are not the same. |
Applies to
Azure SDK for .NET