LinkedEntityCollection クラス

定義

ドキュメント内のオブジェクトの LinkedEntity コレクション、およびドキュメントの処理中に発生した警告。

public class LinkedEntityCollection : System.Collections.ObjectModel.ReadOnlyCollection<Azure.AI.TextAnalytics.LinkedEntity>
type LinkedEntityCollection = class
    inherit ReadOnlyCollection<LinkedEntity>
Public Class LinkedEntityCollection
Inherits ReadOnlyCollection(Of LinkedEntity)
継承
LinkedEntityCollection

プロパティ

Warnings

ドキュメントの処理中に発生した警告を取得します。

適用対象