new ArchActionDetectSilence(coreDetectSilenceViewModel)
The Architect Scripting class that represents the Detect Silence action
Instances of this action should be created by calling ArchFactoryActions#addActionDetectSilence
Parameters:
| Name | Type | Description |
|---|---|---|
coreDetectSilenceViewModel |
DetectSilenceActionViewModel | ( Internal ) an Architect core Detect Silence action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionDetectSilence'.
-
readonly isArchActionDetectSilence :boolean
-
Returns true indicating that this is an ArchActionDetectSilence instance.
-
readonly isArchBaseActionWithSilenceDetection :boolean
-
Returns true indicating that this is an ArchBaseActionWithSilenceDetection instance.
-
readonly silenceDuration :ArchValueDuration
-
The duration for the amount of silence to wait for
- Inherited From:
-
readonly timeout :ArchValueDuration
-
The total timeout before the action fails and takes the timeout path.
- Inherited From: