ItemParamStatus 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.
Indicates the processing status of an item or parameter.
public readonly struct ItemParamStatus : IEquatable<Azure.AI.VoiceLive.ItemParamStatus>
type ItemParamStatus = struct
Public Structure ItemParamStatus
Implements IEquatable(Of ItemParamStatus)
- Inheritance
-
ItemParamStatus
- Implements
Constructors
| ItemParamStatus(String) |
Initializes a new instance of ItemParamStatus. |
Properties
| Completed |
Item or parameter is still being processed. |
| Incomplete |
Item or parameter is not yet complete. |
Methods
| Equals(ItemParamStatus) |
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
| Equality(ItemParamStatus, ItemParamStatus) |
Determines if two ItemParamStatus values are the same. |
| Implicit(String to ItemParamStatus) |
Converts a string to a ItemParamStatus. |
| Implicit(String to Nullable<ItemParamStatus>) | |
| Inequality(ItemParamStatus, ItemParamStatus) |
Determines if two ItemParamStatus values are not the same. |