AnalyzeSentimentResultCollection クラス

定義

ドキュメントの AnalyzeSentimentResult バッチに対応するオブジェクトのコレクションと、バッチ操作に関する情報。

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

プロパティ

ModelVersion

ドキュメントのこのバッチでこの操作によって使用される言語サービス モデルのバージョンを取得します。

Statistics

ドキュメントと、それがサービスによって処理された方法に関する統計を取得します。 このプロパティは、 の IncludeStatistics がクライアント呼び出しで AnalyzeSentimentOptions true に設定されている場合に値を持ちます。

適用対象