AssetKind 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.
Kind of the asset of the project.
public readonly struct AssetKind : IEquatable<Azure.AI.Language.QuestionAnswering.Authoring.AssetKind>
type AssetKind = struct
Public Structure AssetKind
Implements IEquatable(Of AssetKind)
- Inheritance
-
AssetKind
- Implements
Constructors
| Name | Description |
|---|---|
| AssetKind(String) |
Initializes a new instance of AssetKind. |
Properties
| Name | Description |
|---|---|
| Qnas |
Question and Answers. |
| Synonyms |
Synonyms. |
Methods
| Name | Description |
|---|---|
| Equals(AssetKind) |
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(AssetKind, AssetKind) |
Determines if two AssetKind values are the same. |
| Implicit(String to AssetKind) | |
| Inequality(AssetKind, AssetKind) |
Determines if two AssetKind values are not the same. |