Class ResponseSearchCallEventBase
public abstract class ResponseSearchCallEventBase : ResponseStreamEvent<ItemStatus>
- Inheritance
-
objectResponseSearchCallEventBase
- Derived
- Inherited Members
Properties
ItemId
The ID of the output item that the search is associated with.
public string ItemId { get; set; }
Property Value
- string
OutputIndex
The index of the output item.
public int OutputIndex { get; set; }
Property Value
- int