次の方法で共有


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 の != 演算子のオーバーライド

適用対象