[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface VertexAutoMLVideoConfigOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.visionai.v1.VertexAutoMLVideoConfigOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.visionai.v1.VertexAutoMLVideoConfigOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.visionai.v1.VertexAutoMLVideoConfigOrBuilder) \n\n public interface VertexAutoMLVideoConfigOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getBlockedLabels(int index)\n\n public abstract String getBlockedLabels(int index)\n\nLabels specified in this field won't be returned.\n\n`repeated string blocked_labels = 2;`\n\n### getBlockedLabelsBytes(int index)\n\n public abstract ByteString getBlockedLabelsBytes(int index)\n\nLabels specified in this field won't be returned.\n\n`repeated string blocked_labels = 2;`\n\n### getBlockedLabelsCount()\n\n public abstract int getBlockedLabelsCount()\n\nLabels specified in this field won't be returned.\n\n`repeated string blocked_labels = 2;`\n\n### getBlockedLabelsList()\n\n public abstract List\u003cString\u003e getBlockedLabelsList()\n\nLabels specified in this field won't be returned.\n\n`repeated string blocked_labels = 2;`\n\n### getBoundingBoxSizeLimit()\n\n public abstract float getBoundingBoxSizeLimit()\n\nOnly Bounding Box whose size is larger than this limit will be returned.\nObject Tracking only.\nValue 0.0 means to return all the detected entities.\n\n`float bounding_box_size_limit = 4;`\n\n### getConfidenceThreshold()\n\n public abstract float getConfidenceThreshold()\n\nOnly entities with higher score than the threshold will be returned.\nValue 0.0 means returns all the detected entities.\n\n`float confidence_threshold = 1;`\n\n### getMaxPredictions()\n\n public abstract int getMaxPredictions()\n\nAt most this many predictions will be returned per output frame.\nValue 0 means to return all the detected entities.\n\n`int32 max_predictions = 3;`"]]