Share via


TranslatedTextAlignment Class

Definition

Alignment information object.

public class TranslatedTextAlignment : System.ClientModel.Primitives.IJsonModel<Azure.AI.Translation.Text.TranslatedTextAlignment>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Translation.Text.TranslatedTextAlignment>
public class TranslatedTextAlignment
type TranslatedTextAlignment = class
    interface IJsonModel<TranslatedTextAlignment>
    interface IPersistableModel<TranslatedTextAlignment>
type TranslatedTextAlignment = class
Public Class TranslatedTextAlignment
Implements IJsonModel(Of TranslatedTextAlignment), IPersistableModel(Of TranslatedTextAlignment)
Public Class TranslatedTextAlignment
Inheritance
TranslatedTextAlignment
Implements

Properties

Proj

Maps input text to translated text. The alignment information is only provided when the request parameter includeAlignment is true. Alignment is returned as a string value of the following format: [[SourceTextStartIndex]:[SourceTextEndIndex]–[TgtTextStartIndex]:[TgtTextEndIndex]]. The colon separates start and end index, the dash separates the languages, and space separates the words. One word may align with zero, one, or multiple words in the other language, and the aligned words may be non-contiguous. When no alignment information is available, the alignment element will be empty.

Projections

Maps input text to translated text. The alignment information is only provided when the request parameter includeAlignment is true. Alignment is returned as a string value of the following format: [[SourceTextStartIndex]:[SourceTextEndIndex]–[TgtTextStartIndex]:[TgtTextEndIndex]]. The colon separates start and end index, the dash separates the languages, and space separates the words. One word may align with zero, one, or multiple words in the other language, and the aligned words may be non-contiguous. When no alignment information is available, the alignment element will be empty.

Explicit Interface Implementations

IJsonModel<TranslatedTextAlignment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TranslatedTextAlignment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TranslatedTextAlignment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TranslatedTextAlignment>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TranslatedTextAlignment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to