DictionaryLookupItem 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.
Dictionary Lookup Element.
public class DictionaryLookupItem : System.ClientModel.Primitives.IJsonModel<Azure.AI.Translation.Text.DictionaryLookupItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Translation.Text.DictionaryLookupItem>
public class DictionaryLookupItem
type DictionaryLookupItem = class
interface IJsonModel<DictionaryLookupItem>
interface IPersistableModel<DictionaryLookupItem>
type DictionaryLookupItem = class
Public Class DictionaryLookupItem
Implements IJsonModel(Of DictionaryLookupItem), IPersistableModel(Of DictionaryLookupItem)
Public Class DictionaryLookupItem
- Inheritance
-
DictionaryLookupItem
- Implements
Properties
DisplaySource |
A string giving the source term in a form best suited for end-user display. For example, if the input is "JOHN", the display form will reflect the usual spelling of the name: "John". |
NormalizedSource |
A string giving the normalized form of the source term. For example, if the request is "JOHN", the normalized form will be "john". The content of this field becomes the input to lookup examples. |
Translations |
A list of translations for the source term. |
Explicit Interface Implementations
IJsonModel<DictionaryLookupItem>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DictionaryLookupItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DictionaryLookupItem>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DictionaryLookupItem>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DictionaryLookupItem>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET