Enum AmbientSoundConfig.PrebuiltAmbientNoise (0.1.0)

public enum AmbientSoundConfig.PrebuiltAmbientNoise extends Enum<AmbientSoundConfig.PrebuiltAmbientNoise> implements ProtocolMessageEnum

Prebuilt ambient noise.

Protobuf enum google.cloud.ces.v1.AmbientSoundConfig.PrebuiltAmbientNoise

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONVENTION_HALL

Ambient noise of a convention hall.

CONVENTION_HALL = 2;

CONVENTION_HALL_VALUE

Ambient noise of a convention hall.

CONVENTION_HALL = 2;

OUTDOOR

Ambient noise of a street.

OUTDOOR = 3;

OUTDOOR_VALUE

Ambient noise of a street.

OUTDOOR = 3;

PREBUILT_AMBIENT_NOISE_UNSPECIFIED

Not specified.

PREBUILT_AMBIENT_NOISE_UNSPECIFIED = 0;

PREBUILT_AMBIENT_NOISE_UNSPECIFIED_VALUE

Not specified.

PREBUILT_AMBIENT_NOISE_UNSPECIFIED = 0;

RETAIL_STORE

Ambient noise of a retail store.

RETAIL_STORE = 1;

RETAIL_STORE_VALUE

Ambient noise of a retail store.

RETAIL_STORE = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()