Interface AnnotationMatchingResultOrBuilder (0.2.0)

public interface AnnotationMatchingResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCriteria()

public abstract Criteria getCriteria()

The criteria used for matching. It can be an input search criteria or a criteria converted from a facet selection.

.google.cloud.visionai.v1.Criteria criteria = 1;

Returns
Type Description
Criteria

The criteria.

getCriteriaOrBuilder()

public abstract CriteriaOrBuilder getCriteriaOrBuilder()

The criteria used for matching. It can be an input search criteria or a criteria converted from a facet selection.

.google.cloud.visionai.v1.Criteria criteria = 1;

Returns
Type Description
CriteriaOrBuilder

getMatchedAnnotations(int index)

public abstract Annotation getMatchedAnnotations(int index)

Matched annotations for the criteria.

repeated .google.cloud.visionai.v1.Annotation matched_annotations = 2;

Parameter
Name Description
index int
Returns
Type Description
Annotation

getMatchedAnnotationsCount()

public abstract int getMatchedAnnotationsCount()

Matched annotations for the criteria.

repeated .google.cloud.visionai.v1.Annotation matched_annotations = 2;

Returns
Type Description
int

getMatchedAnnotationsList()

public abstract List<Annotation> getMatchedAnnotationsList()

Matched annotations for the criteria.

repeated .google.cloud.visionai.v1.Annotation matched_annotations = 2;

Returns
Type Description
List<Annotation>

getMatchedAnnotationsOrBuilder(int index)

public abstract AnnotationOrBuilder getMatchedAnnotationsOrBuilder(int index)

Matched annotations for the criteria.

repeated .google.cloud.visionai.v1.Annotation matched_annotations = 2;

Parameter
Name Description
index int
Returns
Type Description
AnnotationOrBuilder

getMatchedAnnotationsOrBuilderList()

public abstract List<? extends AnnotationOrBuilder> getMatchedAnnotationsOrBuilderList()

Matched annotations for the criteria.

repeated .google.cloud.visionai.v1.Annotation matched_annotations = 2;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.AnnotationOrBuilder>

getStatus()

public abstract Status getStatus()

Status of the match result. Possible values: FAILED_PRECONDITION - the criteria is not eligible for match. OK - matching is performed.

.google.rpc.Status status = 3;

Returns
Type Description
com.google.rpc.Status

The status.

getStatusOrBuilder()

public abstract StatusOrBuilder getStatusOrBuilder()

Status of the match result. Possible values: FAILED_PRECONDITION - the criteria is not eligible for match. OK - matching is performed.

.google.rpc.Status status = 3;

Returns
Type Description
com.google.rpc.StatusOrBuilder

hasCriteria()

public abstract boolean hasCriteria()

The criteria used for matching. It can be an input search criteria or a criteria converted from a facet selection.

.google.cloud.visionai.v1.Criteria criteria = 1;

Returns
Type Description
boolean

Whether the criteria field is set.

hasStatus()

public abstract boolean hasStatus()

Status of the match result. Possible values: FAILED_PRECONDITION - the criteria is not eligible for match. OK - matching is performed.

.google.rpc.Status status = 3;

Returns
Type Description
boolean

Whether the status field is set.