Share via


TranscriptContentType Struct

Definition

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

Name Description
TranscriptContentType(String)

Initializes a new instance of TranscriptContentType.

Properties

Name Description
Itn

ITN content type.

Lexical

Lexical content type.

MaskedItn

Masked ITN content type.

Text

Text content type.

Methods

Name Description
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

Name Description
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