Interface ImageObjectDetectionPredictionResultOrBuilder (3.42.0)

public interface ImageObjectDetectionPredictionResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBboxes(int index)

public abstract ListValue getBboxes(int index)

Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs. Given in order that matches the IDs. Each bounding box is an array of 4 numbers xMin, xMax, yMin, and yMax, which represent the extremal coordinates of the box. They are relative to the image size, and the point 0,0 is in the top left of the image.

repeated .google.protobuf.ListValue bboxes = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListValue

getBboxesCount()

public abstract int getBboxesCount()

Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs. Given in order that matches the IDs. Each bounding box is an array of 4 numbers xMin, xMax, yMin, and yMax, which represent the extremal coordinates of the box. They are relative to the image size, and the point 0,0 is in the top left of the image.

repeated .google.protobuf.ListValue bboxes = 4;

Returns
TypeDescription
int

getBboxesList()

public abstract List<ListValue> getBboxesList()

Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs. Given in order that matches the IDs. Each bounding box is an array of 4 numbers xMin, xMax, yMin, and yMax, which represent the extremal coordinates of the box. They are relative to the image size, and the point 0,0 is in the top left of the image.

repeated .google.protobuf.ListValue bboxes = 4;

Returns
TypeDescription
List<ListValue>

getBboxesOrBuilder(int index)

public abstract ListValueOrBuilder getBboxesOrBuilder(int index)

Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs. Given in order that matches the IDs. Each bounding box is an array of 4 numbers xMin, xMax, yMin, and yMax, which represent the extremal coordinates of the box. They are relative to the image size, and the point 0,0 is in the top left of the image.

repeated .google.protobuf.ListValue bboxes = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListValueOrBuilder

getBboxesOrBuilderList()

public abstract List<? extends ListValueOrBuilder> getBboxesOrBuilderList()

Bounding boxes, i.e. the rectangles over the image, that pinpoint the found AnnotationSpecs. Given in order that matches the IDs. Each bounding box is an array of 4 numbers xMin, xMax, yMin, and yMax, which represent the extremal coordinates of the box. They are relative to the image size, and the point 0,0 is in the top left of the image.

repeated .google.protobuf.ListValue bboxes = 4;

Returns
TypeDescription
List<? extends com.google.protobuf.ListValueOrBuilder>

getConfidences(int index)

public abstract float getConfidences(int index)

The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.

repeated float confidences = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
float

The confidences at the given index.

getConfidencesCount()

public abstract int getConfidencesCount()

The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.

repeated float confidences = 3;

Returns
TypeDescription
int

The count of confidences.

getConfidencesList()

public abstract List<Float> getConfidencesList()

The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.

repeated float confidences = 3;

Returns
TypeDescription
List<Float>

A list containing the confidences.

getDisplayNames(int index)

public abstract String getDisplayNames(int index)

The display names of the AnnotationSpecs that had been identified, order matches the IDs.

repeated string display_names = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The displayNames at the given index.

getDisplayNamesBytes(int index)

public abstract ByteString getDisplayNamesBytes(int index)

The display names of the AnnotationSpecs that had been identified, order matches the IDs.

repeated string display_names = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the displayNames at the given index.

getDisplayNamesCount()

public abstract int getDisplayNamesCount()

The display names of the AnnotationSpecs that had been identified, order matches the IDs.

repeated string display_names = 2;

Returns
TypeDescription
int

The count of displayNames.

getDisplayNamesList()

public abstract List<String> getDisplayNamesList()

The display names of the AnnotationSpecs that had been identified, order matches the IDs.

repeated string display_names = 2;

Returns
TypeDescription
List<String>

A list containing the displayNames.

getIds(int index)

public abstract long getIds(int index)

The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.

repeated int64 ids = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
long

The ids at the given index.

getIdsCount()

public abstract int getIdsCount()

The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.

repeated int64 ids = 1;

Returns
TypeDescription
int

The count of ids.

getIdsList()

public abstract List<Long> getIdsList()

The resource IDs of the AnnotationSpecs that had been identified, ordered by the confidence score descendingly.

repeated int64 ids = 1;

Returns
TypeDescription
List<Long>

A list containing the ids.