ContentUnderstandingSkillChunkingMethod 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.
The chunking strategy used by the Content Understanding skill. Default is 'fixedSize'.
public readonly struct ContentUnderstandingSkillChunkingMethod : IEquatable<Azure.Search.Documents.Indexes.Models.ContentUnderstandingSkillChunkingMethod>
type ContentUnderstandingSkillChunkingMethod = struct
Public Structure ContentUnderstandingSkillChunkingMethod
Implements IEquatable(Of ContentUnderstandingSkillChunkingMethod)
- Inheritance
-
ContentUnderstandingSkillChunkingMethod
- Implements
Constructors
| Name | Description |
|---|---|
| ContentUnderstandingSkillChunkingMethod(String) |
Initializes a new instance of ContentUnderstandingSkillChunkingMethod. |
Properties
| Name | Description |
|---|---|
| FixedSize |
Fixed-size character-based windowed chunking. |
| Semantic |
Layout-aware, paragraph-boundary-respecting chunking. |
Methods
| Name | Description |
|---|---|
| Equals(ContentUnderstandingSkillChunkingMethod) |
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
| Name | Description |
|---|---|
| Equality(ContentUnderstandingSkillChunkingMethod, ContentUnderstandingSkillChunkingMethod) |
Determines if two ContentUnderstandingSkillChunkingMethod values are the same. |
| Implicit(String to ContentUnderstandingSkillChunkingMethod) |
Converts a string to a ContentUnderstandingSkillChunkingMethod. |
| Implicit(String to Nullable<ContentUnderstandingSkillChunkingMethod>) | |
| Inequality(ContentUnderstandingSkillChunkingMethod, ContentUnderstandingSkillChunkingMethod) |
Determines if two ContentUnderstandingSkillChunkingMethod values are not the same. |