KnowledgeBaseSourceKind 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.
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. |