Share via


AssetKind Struct

Definition

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)

Converts a String to a AssetKind.

Inequality(AssetKind, AssetKind)

Determines if two AssetKind values are not the same.

Applies to