ContentUnderstandingSkillChunkingMethod Struct

Definition

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.

Applies to