InsightsType Struct

Definition

Defines values for 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)
Inheritance
InsightsType
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

AllInsights

Generate both audio and video insights. Fails if either audio or video Insights fail.

AudioInsightsOnly

Generate audio only insights. Ignore video even if present. Fails if no audio is present.

VideoInsightsOnly

Generate video only insights. Ignore audio if present. Fails if no video is present.

Methods

Equals(InsightsType)

Compares enums of type InsightsType

Equals(Object)

Overrides Equals operator for InsightsType

GetHashCode()

Returns for hashCode InsightsType

ToString()

Returns string representation for InsightsType

Operators

Equality(InsightsType, InsightsType)

Overriding == operator for enum InsightsType

Implicit(InsightsType to String)

Implicit operator to convert InsightsType to string

Implicit(String to InsightsType)

Implicit operator to convert string to InsightsType

Inequality(InsightsType, InsightsType)

Overriding != operator for enum InsightsType

Applies to