Class TextExtractionPredictionResult (1.0.1)

TextExtractionPredictionResult(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Prediction output format for Text Extraction. .. attribute:: ids

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

:type: Sequence[int]

Attributes

NameDescription
display_names Sequence[str]
The display names of the AnnotationSpecs that had been identified, order matches the IDs.
text_segment_start_offsets Sequence[int]
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.
text_segment_end_offsets Sequence[int]
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.
confidences Sequence[float]
The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.

Inheritance

builtins.object > proto.message.Message > TextExtractionPredictionResult