Interface AnnotationMatchingResultOrBuilder (0.33.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface AnnotationMatchingResultOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |