Interface AnnotationMatchingResultOrBuilder (0.33.0)

publicinterface AnnotationMatchingResultOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCriteria()

publicabstractCriteriagetCriteria()

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()

publicabstractCriteriaOrBuildergetCriteriaOrBuilder()

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)

publicabstractAnnotationgetMatchedAnnotations(intindex)

Matched annotations for the criteria.

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

Parameter
Name Description
index int
Returns
Type Description
Annotation

getMatchedAnnotationsCount()

publicabstractintgetMatchedAnnotationsCount()

Matched annotations for the criteria.

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

Returns
Type Description
int

getMatchedAnnotationsList()

publicabstractList<Annotation>getMatchedAnnotationsList()

Matched annotations for the criteria.

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

Returns
Type Description
List<Annotation>

getMatchedAnnotationsOrBuilder(int index)

publicabstractAnnotationOrBuildergetMatchedAnnotationsOrBuilder(intindex)

Matched annotations for the criteria.

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

Parameter
Name Description
index int
Returns
Type Description
AnnotationOrBuilder

getMatchedAnnotationsOrBuilderList()

publicabstractList<?extendsAnnotationOrBuilder>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()

publicabstractStatusgetStatus()

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()

publicabstractStatusOrBuildergetStatusOrBuilder()

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()

publicabstractbooleanhasCriteria()

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()

publicabstractbooleanhasStatus()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.