DocumentIntelligenceLayoutSkillOutputMode 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 output produced by the skill. Default is 'oneToMany'.
public readonly struct DocumentIntelligenceLayoutSkillOutputMode : IEquatable<Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillOutputMode>
type DocumentIntelligenceLayoutSkillOutputMode = struct
Public Structure DocumentIntelligenceLayoutSkillOutputMode
Implements IEquatable(Of DocumentIntelligenceLayoutSkillOutputMode)
- Inheritance
-
DocumentIntelligenceLayoutSkillOutputMode
- Implements
Constructors
DocumentIntelligenceLayoutSkillOutputMode(String) |
Initializes a new instance of DocumentIntelligenceLayoutSkillOutputMode. |
Properties
OneToMany |
Specify the deepest markdown header section to parse. |
Methods
Equals(DocumentIntelligenceLayoutSkillOutputMode) |
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(DocumentIntelligenceLayoutSkillOutputMode, DocumentIntelligenceLayoutSkillOutputMode) |
Determines if two DocumentIntelligenceLayoutSkillOutputMode values are the same. |
Implicit(String to DocumentIntelligenceLayoutSkillOutputMode) |
Converts a String to a DocumentIntelligenceLayoutSkillOutputMode. |
Inequality(DocumentIntelligenceLayoutSkillOutputMode, DocumentIntelligenceLayoutSkillOutputMode) |
Determines if two DocumentIntelligenceLayoutSkillOutputMode values are not the same. |