Interface ClassificationPredictionResultOrBuilder (3.44.0)

public interface ClassificationPredictionResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
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
Type Description
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
Type Description
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.

repeated int64 ids = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
long

The ids at the given index.

getIdsCount()

public abstract int getIdsCount()

The resource IDs of the AnnotationSpecs that had been identified.

repeated int64 ids = 1;

Returns
Type Description
int

The count of ids.

getIdsList()

public abstract List<Long> getIdsList()

The resource IDs of the AnnotationSpecs that had been identified.

repeated int64 ids = 1;

Returns
Type Description
List<Long>

A list containing the ids.