Bagikan melalui


TextTranslationTranslateOptions.TextType Property

Definition

Defines whether the text being translated is plain text or HTML text. Any HTML needs to be a well-formed, complete element. Possible values are: plain (default) or html.

public Azure.AI.Translation.Text.TextType? TextType { get; set; }
member this.TextType : Nullable<Azure.AI.Translation.Text.TextType> with get, set
Public Property TextType As Nullable(Of TextType)

Property Value

Applies to