prebuiltAmbientNoise property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? prebuiltAmbientNoise
getter/setter pair

Deprecated: prebuilt_ambient_noise is deprecated in favor of prebuilt_ambient_sound.

Optional. Possible string values are:

  • "PREBUILT_AMBIENT_NOISE_UNSPECIFIED" : Not specified.
  • "RETAIL_STORE" : Ambient noise of a retail store.
  • "CONVENTION_HALL" : Ambient noise of a convention hall.
  • "OUTDOOR" : Ambient noise of a street.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? prebuiltAmbientNoise;