Class EvaluatedAnnotationType (1.50.0)

EvaluatedAnnotationType(value)

Describes the type of the EvaluatedAnnotation. The type is determined

Enum values:

EVALUATED_ANNOTATION_TYPE_UNSPECIFIED (0):
    Invalid value.
TRUE_POSITIVE (1):
    The EvaluatedAnnotation is a true positive.
    It has a prediction created by the Model and a
    ground truth Annotation which the prediction
    matches.
FALSE_POSITIVE (2):
    The EvaluatedAnnotation is false positive. It
    has a prediction created by the Model which does
    not match any ground truth annotation.
FALSE_NEGATIVE (3):
    The EvaluatedAnnotation is false negative. It
    has a ground truth annotation which is not
    matched by any of the model created predictions.

Methods

EvaluatedAnnotationType

EvaluatedAnnotationType(value)

Describes the type of the EvaluatedAnnotation. The type is determined

Enum values:

EVALUATED_ANNOTATION_TYPE_UNSPECIFIED (0):
    Invalid value.
TRUE_POSITIVE (1):
    The EvaluatedAnnotation is a true positive.
    It has a prediction created by the Model and a
    ground truth Annotation which the prediction
    matches.
FALSE_POSITIVE (2):
    The EvaluatedAnnotation is false positive. It
    has a prediction created by the Model which does
    not match any ground truth annotation.
FALSE_NEGATIVE (3):
    The EvaluatedAnnotation is false negative. It
    has a ground truth annotation which is not
    matched by any of the model created predictions.