Class GeneralObjectDetectionConfig.Builder (0.40.0)

public static final class GeneralObjectDetectionConfig.Builder extends GeneratedMessage.Builder<GeneralObjectDetectionConfig.Builder> implements GeneralObjectDetectionConfigOrBuilder

Message of configurations for General Object Detection processor.

Protobuf type google.cloud.visionai.v1.GeneralObjectDetectionConfig

Static Methods

getDescriptor()

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

Methods

build()

public GeneralObjectDetectionConfig build()
Returns
Type Description
GeneralObjectDetectionConfig

buildPartial()

public GeneralObjectDetectionConfig buildPartial()
Returns
Type Description
GeneralObjectDetectionConfig

clear()

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

getDefaultInstanceForType()

public GeneralObjectDetectionConfig getDefaultInstanceForType()
Returns
Type Description
GeneralObjectDetectionConfig

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GeneralObjectDetectionConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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