Interface TextExtractionPredictionResultOrBuilder (3.38.0)

public interface TextExtractionPredictionResultOrBuilder 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 = 5;

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 = 5;

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 = 5;

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.

getTextSegmentEndOffsets(int index)

public abstract long getTextSegmentEndOffsets(int index)

The end offsets, inclusive, of the text segment in which the AnnotationSpec has been identified. Expressed as a zero-based number of characters as measured from the start of the text snippet.

repeated int64 text_segment_end_offsets = 4;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
long

The textSegmentEndOffsets at the given index.

getTextSegmentEndOffsetsCount()

public abstract int getTextSegmentEndOffsetsCount()

The end offsets, inclusive, of the text segment in which the AnnotationSpec has been identified. Expressed as a zero-based number of characters as measured from the start of the text snippet.

repeated int64 text_segment_end_offsets = 4;

Returns
TypeDescription
int

The count of textSegmentEndOffsets.

getTextSegmentEndOffsetsList()

public abstract List<Long> getTextSegmentEndOffsetsList()

The end offsets, inclusive, of the text segment in which the AnnotationSpec has been identified. Expressed as a zero-based number of characters as measured from the start of the text snippet.

repeated int64 text_segment_end_offsets = 4;

Returns
TypeDescription
List<Long>

A list containing the textSegmentEndOffsets.

getTextSegmentStartOffsets(int index)

public abstract long getTextSegmentStartOffsets(int index)

The start offsets, inclusive, of the text segment in which the AnnotationSpec has been identified. Expressed as a zero-based number of characters as measured from the start of the text snippet.

repeated int64 text_segment_start_offsets = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
long

The textSegmentStartOffsets at the given index.

getTextSegmentStartOffsetsCount()

public abstract int getTextSegmentStartOffsetsCount()

The start offsets, inclusive, of the text segment in which the AnnotationSpec has been identified. Expressed as a zero-based number of characters as measured from the start of the text snippet.

repeated int64 text_segment_start_offsets = 3;

Returns
TypeDescription
int

The count of textSegmentStartOffsets.

getTextSegmentStartOffsetsList()

public abstract List<Long> getTextSegmentStartOffsetsList()

The start offsets, inclusive, of the text segment in which the AnnotationSpec has been identified. Expressed as a zero-based number of characters as measured from the start of the text snippet.

repeated int64 text_segment_start_offsets = 3;

Returns
TypeDescription
List<Long>

A list containing the textSegmentStartOffsets.