Class PersonVehicleDetectionConfig.Builder (0.40.0)

public static final class PersonVehicleDetectionConfig.Builder extends GeneratedMessage.Builder<PersonVehicleDetectionConfig.Builder> implements PersonVehicleDetectionConfigOrBuilder

Message describing PersonVehicleDetectionConfig.

Protobuf type google.cloud.visionai.v1.PersonVehicleDetectionConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public PersonVehicleDetectionConfig build()
Returns
Type Description
PersonVehicleDetectionConfig

buildPartial()

public PersonVehicleDetectionConfig buildPartial()
Returns
Type Description
PersonVehicleDetectionConfig

clear()

public PersonVehicleDetectionConfig.Builder clear()
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides

clearEnablePeopleCounting()

public PersonVehicleDetectionConfig.Builder clearEnablePeopleCounting()

At least one of enable_people_counting and enable_vehicle_counting fields must be set to true. Whether to count the appearances of people, output counts have 'people' as the key.

bool enable_people_counting = 1;

Returns
Type Description
PersonVehicleDetectionConfig.Builder

This builder for chaining.

clearEnableVehicleCounting()

public PersonVehicleDetectionConfig.Builder clearEnableVehicleCounting()

Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.

bool enable_vehicle_counting = 2;

Returns
Type Description
PersonVehicleDetectionConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public PersonVehicleDetectionConfig getDefaultInstanceForType()
Returns
Type Description
PersonVehicleDetectionConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEnablePeopleCounting()

public boolean getEnablePeopleCounting()

At least one of enable_people_counting and enable_vehicle_counting fields must be set to true. Whether to count the appearances of people, output counts have 'people' as the key.

bool enable_people_counting = 1;

Returns
Type Description
boolean

The enablePeopleCounting.

getEnableVehicleCounting()

public boolean getEnableVehicleCounting()

Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.

bool enable_vehicle_counting = 2;

Returns
Type Description
boolean

The enableVehicleCounting.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PersonVehicleDetectionConfig other)

public PersonVehicleDetectionConfig.Builder mergeFrom(PersonVehicleDetectionConfig other)
Parameter
Name Description
other PersonVehicleDetectionConfig
Returns
Type Description
PersonVehicleDetectionConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PersonVehicleDetectionConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PersonVehicleDetectionConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PersonVehicleDetectionConfig.Builder
Overrides

setEnablePeopleCounting(boolean value)

public PersonVehicleDetectionConfig.Builder setEnablePeopleCounting(boolean value)

At least one of enable_people_counting and enable_vehicle_counting fields must be set to true. Whether to count the appearances of people, output counts have 'people' as the key.

bool enable_people_counting = 1;

Parameter
Name Description
value boolean

The enablePeopleCounting to set.

Returns
Type Description
PersonVehicleDetectionConfig.Builder

This builder for chaining.

setEnableVehicleCounting(boolean value)

public PersonVehicleDetectionConfig.Builder setEnableVehicleCounting(boolean value)

Whether to count the appearances of vehicles, output counts will have 'vehicle' as the key.

bool enable_vehicle_counting = 2;

Parameter
Name Description
value boolean

The enableVehicleCounting to set.

Returns
Type Description
PersonVehicleDetectionConfig.Builder

This builder for chaining.