Share via


SourceContentStructureKind Struct

Definition

Content structure type for sources.

public readonly struct SourceContentStructureKind : IEquatable<Azure.AI.Language.QuestionAnswering.Authoring.SourceContentStructureKind>
type SourceContentStructureKind = struct
Public Structure SourceContentStructureKind
Implements IEquatable(Of SourceContentStructureKind)
Inheritance
SourceContentStructureKind
Implements

Constructors

Name Description
SourceContentStructureKind(String)

Initializes a new instance of SourceContentStructureKind.

Properties

Name Description
Unstructured

Unstructured.

Methods

Name Description
Equals(SourceContentStructureKind)

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(SourceContentStructureKind, SourceContentStructureKind)

Determines if two SourceContentStructureKind values are the same.

Implicit(String to SourceContentStructureKind)

Converts a String to a SourceContentStructureKind.

Inequality(SourceContentStructureKind, SourceContentStructureKind)

Determines if two SourceContentStructureKind values are not the same.

Applies to