SessionResponseItemStatus 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 a response item.
public readonly struct SessionResponseItemStatus : IEquatable<Azure.AI.VoiceLive.SessionResponseItemStatus>
type SessionResponseItemStatus = struct
Public Structure SessionResponseItemStatus
Implements IEquatable(Of SessionResponseItemStatus)
- Inheritance
-
SessionResponseItemStatus
- Implements
Constructors
| Name | Description |
|---|---|
| SessionResponseItemStatus(String) |
Initializes a new instance of SessionResponseItemStatus. |
Properties
| Name | Description |
|---|---|
| Completed |
Item has been fully processed and is complete. |
| Incomplete |
Item has been processed but is incomplete. |
| InProgress |
Item that is in progress. |
Methods
| Name | Description |
|---|---|
| Equals(SessionResponseItemStatus) |
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(SessionResponseItemStatus, SessionResponseItemStatus) |
Determines if two SessionResponseItemStatus values are the same. |
| Implicit(String to Nullable<SessionResponseItemStatus>) | |
| Implicit(String to SessionResponseItemStatus) |
Converts a string to a SessionResponseItemStatus. |
| Inequality(SessionResponseItemStatus, SessionResponseItemStatus) |
Determines if two SessionResponseItemStatus values are not the same. |