DictionaryExampleItem.Examples Property
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.
A list of examples for the (source term, target term) pair.
public System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Text.DictionaryExample> Examples { get; }
member this.Examples : System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Text.DictionaryExample>
Public ReadOnly Property Examples As IReadOnlyList(Of DictionaryExample)