ResponseFileSearchCallItemStatus Struct

Definition

public readonly struct ResponseFileSearchCallItemStatus : IEquatable<Azure.AI.VoiceLive.ResponseFileSearchCallItemStatus>
type ResponseFileSearchCallItemStatus = struct
Public Structure ResponseFileSearchCallItemStatus
Implements IEquatable(Of ResponseFileSearchCallItemStatus)
Inheritance
ResponseFileSearchCallItemStatus
Implements

Constructors

Name Description
ResponseFileSearchCallItemStatus(String)

Initializes a new instance of ResponseFileSearchCallItemStatus.

Properties

Name Description
Completed

Gets the Completed.

Failed

Gets the Failed.

Incomplete

Gets the Incomplete.

InProgress

Gets the InProgress.

Searching

Gets the Searching.

Methods

Name Description
Equals(ResponseFileSearchCallItemStatus)

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(ResponseFileSearchCallItemStatus, ResponseFileSearchCallItemStatus)

Determines if two ResponseFileSearchCallItemStatus values are the same.

Implicit(String to Nullable<ResponseFileSearchCallItemStatus>)
Implicit(String to ResponseFileSearchCallItemStatus)

Converts a string to a ResponseFileSearchCallItemStatus.

Inequality(ResponseFileSearchCallItemStatus, ResponseFileSearchCallItemStatus)

Determines if two ResponseFileSearchCallItemStatus values are not the same.

Applies to