你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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