SessionIncludeOption 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.
Options for what additional data to include in session responses.
public readonly struct SessionIncludeOption : IEquatable<Azure.AI.VoiceLive.SessionIncludeOption>
type SessionIncludeOption = struct
Public Structure SessionIncludeOption
Implements IEquatable(Of SessionIncludeOption)
- Inheritance
-
SessionIncludeOption
- Implements
Constructors
| Name | Description |
|---|---|
| SessionIncludeOption(String) |
Initializes a new instance of SessionIncludeOption. |
Properties
| Name | Description |
|---|---|
| FileSearchCallResults |
Include file search call results. |
| ItemInputAudioTranscriptionLogprobs |
Include log probabilities for input audio transcription. |
| ItemInputAudioTranscriptionPhrases |
Include phrase-level details for input audio transcription. |
Methods
| Name | Description |
|---|---|
| Equals(SessionIncludeOption) |
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(SessionIncludeOption, SessionIncludeOption) |
Determines if two SessionIncludeOption values are the same. |
| Implicit(String to Nullable<SessionIncludeOption>) | |
| Implicit(String to SessionIncludeOption) |
Converts a string to a SessionIncludeOption. |
| Inequality(SessionIncludeOption, SessionIncludeOption) |
Determines if two SessionIncludeOption values are not the same. |