Share via


KnowledgeBaseSourceKind Struct

Definition

Supported source types.

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

Constructors

Name Description
KnowledgeBaseSourceKind(String)

Initializes a new instance of KnowledgeBaseSourceKind.

Properties

Name Description
File

File Source.

Url

URI Source.

Methods

Name Description
Equals(KnowledgeBaseSourceKind)

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

Determines if two KnowledgeBaseSourceKind values are the same.

Implicit(String to KnowledgeBaseSourceKind)

Converts a String to a KnowledgeBaseSourceKind.

Inequality(KnowledgeBaseSourceKind, KnowledgeBaseSourceKind)

Determines if two KnowledgeBaseSourceKind values are not the same.

Applies to