RedactedTranscriptContent Class
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.
Transcript content response that the service generates, with all necessary personally identifiable information redacted.
public class RedactedTranscriptContent : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.RedactedTranscriptContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.RedactedTranscriptContent>
type RedactedTranscriptContent = class
interface IJsonModel<RedactedTranscriptContent>
interface IPersistableModel<RedactedTranscriptContent>
Public Class RedactedTranscriptContent
Implements IJsonModel(Of RedactedTranscriptContent), IPersistableModel(Of RedactedTranscriptContent)
- Inheritance
-
RedactedTranscriptContent
- Implements
Properties
AudioTimings |
List of redacted audio segments. |
InverseTextNormalized |
Redacted output for input in inverse-text-normalized format. |
Lexical |
Redacted output for input in lexical format. |
MaskedInverseTextNormalized |
Redacted output for input in masked inverse-text-normalized format. |
Text |
Redacted output for input in text (Microsoft's speech-to-text 'display') format. |
Explicit Interface Implementations
IJsonModel<RedactedTranscriptContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RedactedTranscriptContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RedactedTranscriptContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RedactedTranscriptContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RedactedTranscriptContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET