connectedHomeSettings

@JvmName(name = "oeenatctvavxpmnm")
suspend fun connectedHomeSettings(value: Output<StreamProcessorConnectedHomeSettingsArgs>)
@JvmName(name = "yrldbjbybwbhmnsi")
suspend fun connectedHomeSettings(value: StreamProcessorConnectedHomeSettingsArgs?)

Parameters

value

Connected home settings to use on a streaming video. You can use a stream processor for connected home features and select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For more information, see the ConnectedHome section of StreamProcessorSettings .


@JvmName(name = "bjiuvbrkmuksnfib")
suspend fun connectedHomeSettings(argument: suspend StreamProcessorConnectedHomeSettingsArgsBuilder.() -> Unit)

Parameters

argument

Connected home settings to use on a streaming video. You can use a stream processor for connected home features and select what you want the stream processor to detect, such as people or pets. When the stream processor has started, one notification is sent for each object class specified. For more information, see the ConnectedHome section of StreamProcessorSettings .