InsightsType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET