SessionResponse.Usage Property
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.
Usage statistics for the Response, this will correspond to billing. A VoiceLive API session will maintain a conversation context and append new Items to the Conversation, thus output from previous turns (text and audio tokens) will become the input for later turns.
public Azure.AI.VoiceLive.ResponseTokenStatistics Usage { get; }
member this.Usage : Azure.AI.VoiceLive.ResponseTokenStatistics
Public ReadOnly Property Usage As ResponseTokenStatistics