Interface VoiceFocusSpec

interface VoiceFocusSpec {
    assetGroup?: string;
    category?: "voicefocus";
    estimatorBudget?: number;
    executionPreference?: ExecutionPreference;
    executionQuantaPreference?: ExecutionQuanta;
    mode?: string;
    name?: VoiceFocusModelName;
    paths?: VoiceFocusPaths;
    revisionID?: string;
    simd?: SIMDPreference;
    thresholds?: PerformanceThresholds;
    usagePreference?: UsagePreference;
    variant?: "auto" | VoiceFocusModelComplexity;
}

Hierarchy (View Summary)

Properties

assetGroup?: string
category?: "voicefocus"
estimatorBudget?: number
executionPreference?: ExecutionPreference
executionQuantaPreference?: ExecutionQuanta
mode?: string
revisionID?: string
simd?: SIMDPreference
thresholds?: PerformanceThresholds
usagePreference?: UsagePreference
variant?: "auto" | VoiceFocusModelComplexity