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

InsightsType 结构

定义

定义 InsightsType 的值。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.InsightsTypeConverter))]
public struct InsightsType : IEquatable<Microsoft.Azure.Management.Media.Models.InsightsType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.InsightsTypeConverter))>]
type InsightsType = struct
Public Structure InsightsType
Implements IEquatable(Of InsightsType)
继承
InsightsType
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

AllInsights

生成音频和视频见解。 如果音频或视频见解失败,则失败。

AudioInsightsOnly

生成仅限音频的见解。 即使存在,也忽略视频。 如果没有音频,则失败。

VideoInsightsOnly

生成仅视频见解。 如果存在,请忽略音频。 如果没有视频,则失败。

方法

Equals(InsightsType)

比较 InsightsType 类型的枚举

Equals(Object)

替代 InsightsType 的 Equals 运算符

GetHashCode()

为 hashCode InsightsType 返回

ToString()

返回 InsightsType 的字符串表示形式

运算符

Equality(InsightsType, InsightsType)

为 enum InsightsType 重写 == 运算符

Implicit(InsightsType to String)

用于将 InsightsType 转换为字符串的隐式运算符

Implicit(String to InsightsType)

用于将字符串转换为 InsightsType 的隐式运算符

Inequality(InsightsType, InsightsType)

重写 enum InsightsType 的 != 运算符

适用于