你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DetectLanguageResultCollection 类

定义

DetectLanguageResult对应于一批文档的 对象的集合,以及有关批处理操作的信息。

public class DetectLanguageResultCollection : System.Collections.ObjectModel.ReadOnlyCollection<Azure.AI.TextAnalytics.DetectLanguageResult>
type DetectLanguageResultCollection = class
    inherit ReadOnlyCollection<DetectLanguageResult>
Public Class DetectLanguageResultCollection
Inherits ReadOnlyCollection(Of DetectLanguageResult)
继承
DetectLanguageResultCollection

属性

ModelVersion

获取此操作在这批文档上使用的语言服务模型版本。

Statistics

获取有关文档批处理以及服务处理文档的方式的统计信息。 当在客户端调用中将 IncludeStatistics 设置为 true 时,此属性将具有值。

适用于