Share via


InsightsType type

Defines values for InsightsType.
KnownInsightsType can be used interchangeably with InsightsType, this enum contains the known values that the service supports.

Known values supported by the service

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.
AllInsights: Generate both audio and video insights. Fails if either audio or video Insights fail.

type InsightsType = string