DocumentIntelligenceLayoutSkillChunkingUnit 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.
Controls the cardinality of the chunk unit. Default is 'characters'.
public readonly struct DocumentIntelligenceLayoutSkillChunkingUnit : IEquatable<Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillChunkingUnit>
type DocumentIntelligenceLayoutSkillChunkingUnit = struct
Public Structure DocumentIntelligenceLayoutSkillChunkingUnit
Implements IEquatable(Of DocumentIntelligenceLayoutSkillChunkingUnit)
- Inheritance
-
DocumentIntelligenceLayoutSkillChunkingUnit
- Implements
Constructors
DocumentIntelligenceLayoutSkillChunkingUnit(String) |
Initializes a new instance of DocumentIntelligenceLayoutSkillChunkingUnit. |
Properties
Characters |
Specifies chunk by characters. |
Methods
Equals(DocumentIntelligenceLayoutSkillChunkingUnit) |
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(DocumentIntelligenceLayoutSkillChunkingUnit, DocumentIntelligenceLayoutSkillChunkingUnit) |
Determines if two DocumentIntelligenceLayoutSkillChunkingUnit values are the same. |
Implicit(String to DocumentIntelligenceLayoutSkillChunkingUnit) |
Converts a String to a DocumentIntelligenceLayoutSkillChunkingUnit. |
Inequality(DocumentIntelligenceLayoutSkillChunkingUnit, DocumentIntelligenceLayoutSkillChunkingUnit) |
Determines if two DocumentIntelligenceLayoutSkillChunkingUnit values are not the same. |