Class VertexAutoMLVideoConfig (0.14.1)

public final class VertexAutoMLVideoConfig extends GeneratedMessageV3 implements VertexAutoMLVideoConfigOrBuilder

Message describing VertexAutoMLVideoConfig.

Protobuf type google.events.cloud.visionai.v1.VertexAutoMLVideoConfig

Static Fields

BLOCKED_LABELS_FIELD_NUMBER

public static final int BLOCKED_LABELS_FIELD_NUMBER
Field Value
TypeDescription
int

BOUNDING_BOX_SIZE_LIMIT_FIELD_NUMBER

public static final int BOUNDING_BOX_SIZE_LIMIT_FIELD_NUMBER
Field Value
TypeDescription
int

CONFIDENCE_THRESHOLD_FIELD_NUMBER

public static final int CONFIDENCE_THRESHOLD_FIELD_NUMBER
Field Value
TypeDescription
int

MAX_PREDICTIONS_FIELD_NUMBER

public static final int MAX_PREDICTIONS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static VertexAutoMLVideoConfig getDefaultInstance()
Returns
TypeDescription
VertexAutoMLVideoConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static VertexAutoMLVideoConfig.Builder newBuilder()
Returns
TypeDescription
VertexAutoMLVideoConfig.Builder

newBuilder(VertexAutoMLVideoConfig prototype)

public static VertexAutoMLVideoConfig.Builder newBuilder(VertexAutoMLVideoConfig prototype)
Parameter
NameDescription
prototypeVertexAutoMLVideoConfig
Returns
TypeDescription
VertexAutoMLVideoConfig.Builder

parseDelimitedFrom(InputStream input)

public static VertexAutoMLVideoConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VertexAutoMLVideoConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static VertexAutoMLVideoConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VertexAutoMLVideoConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VertexAutoMLVideoConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VertexAutoMLVideoConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VertexAutoMLVideoConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VertexAutoMLVideoConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static VertexAutoMLVideoConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VertexAutoMLVideoConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static VertexAutoMLVideoConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VertexAutoMLVideoConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VertexAutoMLVideoConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<VertexAutoMLVideoConfig> parser()
Returns
TypeDescription
Parser<VertexAutoMLVideoConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBlockedLabels(int index)

public String getBlockedLabels(int index)

Labels specified in this field won't be returned.

repeated string blocked_labels = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The blockedLabels at the given index.

getBlockedLabelsBytes(int index)

public ByteString getBlockedLabelsBytes(int index)

Labels specified in this field won't be returned.

repeated string blocked_labels = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the blockedLabels at the given index.

getBlockedLabelsCount()

public int getBlockedLabelsCount()

Labels specified in this field won't be returned.

repeated string blocked_labels = 2;

Returns
TypeDescription
int

The count of blockedLabels.

getBlockedLabelsList()

public ProtocolStringList getBlockedLabelsList()

Labels specified in this field won't be returned.

repeated string blocked_labels = 2;

Returns
TypeDescription
ProtocolStringList

A list containing the blockedLabels.

getBoundingBoxSizeLimit()

public float getBoundingBoxSizeLimit()

Only Bounding Box whose size is larger than this limit will be returned. Object Tracking only. Value 0.0 means to return all the detected entities.

float bounding_box_size_limit = 4;

Returns
TypeDescription
float

The boundingBoxSizeLimit.

getConfidenceThreshold()

public float getConfidenceThreshold()

Only entities with higher score than the threshold will be returned. Value 0.0 means returns all the detected entities.

float confidence_threshold = 1;

Returns
TypeDescription
float

The confidenceThreshold.

getDefaultInstanceForType()

public VertexAutoMLVideoConfig getDefaultInstanceForType()
Returns
TypeDescription
VertexAutoMLVideoConfig

getMaxPredictions()

public int getMaxPredictions()

At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.

int32 max_predictions = 3;

Returns
TypeDescription
int

The maxPredictions.

getParserForType()

public Parser<VertexAutoMLVideoConfig> getParserForType()
Returns
TypeDescription
Parser<VertexAutoMLVideoConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public VertexAutoMLVideoConfig.Builder newBuilderForType()
Returns
TypeDescription
VertexAutoMLVideoConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VertexAutoMLVideoConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
VertexAutoMLVideoConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public VertexAutoMLVideoConfig.Builder toBuilder()
Returns
TypeDescription
VertexAutoMLVideoConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException