Partager via


InsightsType Structure

Définition

Définit des valeurs pour 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)
Héritage
InsightsType
Attributs
Newtonsoft.Json.JsonConverterAttribute
Implémente

Champs

AllInsights

Générez des insights audio et vidéo. Échoue si les insights audio ou vidéo échouent.

AudioInsightsOnly

Générez des insights audio uniquement. Ignorez la vidéo même si elle est présente. Échoue si aucun audio n’est présent.

VideoInsightsOnly

Générer des insights vidéo uniquement. Ignorez l’audio s’il est présent. Échoue si aucune vidéo n’est présente.

Méthodes

Equals(InsightsType)

Compare les énumérations de type InsightsType

Equals(Object)

Remplace l’opérateur Equals pour InsightsType

GetHashCode()

Retourne pour hashCode InsightsType

ToString()

Retourne une représentation sous forme de chaîne pour InsightsType

Opérateurs

Equality(InsightsType, InsightsType)

Substitution de l’opérateur == pour l’énumération InsightsType

Implicit(InsightsType to String)

Opérateur implicite pour convertir InsightsType en chaîne

Implicit(String to InsightsType)

Opérateur implicite pour convertir une chaîne en InsightsType

Inequality(InsightsType, InsightsType)

Substitution de l’opérateur != pour enum InsightsType

S’applique à