InsightsType Enum

Defines the type of insights that you want the service to generate. The allowed values are 'AudioInsightsOnly', 'VideoInsightsOnly', and 'AllInsights'. The default is AllInsights. If you set this to AllInsights and the input is audio only, then only audio insights are generated. Similarly if the input is video only, then only video insights are generated. It is recommended that you not use AudioInsightsOnly if you expect some of your inputs to be video only; or use VideoInsightsOnly if you expect some of your inputs to be audio only. Your Jobs in such conditions would error out.

Inheritance
builtins.str
InsightsType
InsightsType

Constructor

InsightsType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

ALL_INSIGHTS
AUDIO_INSIGHTS_ONLY
VIDEO_INSIGHTS_ONLY