Interface VertexAutoMLVideoConfigOrBuilder (0.14.1)

public interface VertexAutoMLVideoConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBlockedLabels(int index)

public abstract 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 abstract 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 abstract 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 abstract List<String> getBlockedLabelsList()

Labels specified in this field won't be returned.

repeated string blocked_labels = 2;

Returns
TypeDescription
List<String>

A list containing the blockedLabels.

getBoundingBoxSizeLimit()

public abstract 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 abstract 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.

getMaxPredictions()

public abstract 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.