TranscriptContentType 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.
Enumeration of supported transcript content types.
public readonly struct TranscriptContentType : IEquatable<Azure.AI.Language.Conversations.Models.TranscriptContentType>
type TranscriptContentType = struct
Public Structure TranscriptContentType
Implements IEquatable(Of TranscriptContentType)
- Inheritance
-
TranscriptContentType
- Implements
Constructors
TranscriptContentType(String) |
Initializes a new instance of TranscriptContentType. |
Properties
Itn |
ITN content type. |
Lexical |
Lexical content type. |
MaskedItn |
Masked ITN content type. |
Text |
Text content type. |
Methods
Equals(TranscriptContentType) |
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
Equality(TranscriptContentType, TranscriptContentType) |
Determines if two TranscriptContentType values are the same. |
Implicit(String to TranscriptContentType) |
Converts a string to a TranscriptContentType. |
Inequality(TranscriptContentType, TranscriptContentType) |
Determines if two TranscriptContentType values are not the same. |
Applies to
Azure SDK for .NET