public interface NormalizedBoundingPolyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NormalizedVertex |
getVertices(int index)
Normalized vertices of the bounding polygon.
|
int |
getVerticesCount()
Normalized vertices of the bounding polygon.
|
List<NormalizedVertex> |
getVerticesList()
Normalized vertices of the bounding polygon.
|
NormalizedVertexOrBuilder |
getVerticesOrBuilder(int index)
Normalized vertices of the bounding polygon.
|
List<? extends NormalizedVertexOrBuilder> |
getVerticesOrBuilderList()
Normalized vertices of the bounding polygon.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<NormalizedVertex> getVerticesList()
Normalized vertices of the bounding polygon.
repeated .google.cloud.videointelligence.v1p2beta1.NormalizedVertex vertices = 1;NormalizedVertex getVertices(int index)
Normalized vertices of the bounding polygon.
repeated .google.cloud.videointelligence.v1p2beta1.NormalizedVertex vertices = 1;int getVerticesCount()
Normalized vertices of the bounding polygon.
repeated .google.cloud.videointelligence.v1p2beta1.NormalizedVertex vertices = 1;List<? extends NormalizedVertexOrBuilder> getVerticesOrBuilderList()
Normalized vertices of the bounding polygon.
repeated .google.cloud.videointelligence.v1p2beta1.NormalizedVertex vertices = 1;NormalizedVertexOrBuilder getVerticesOrBuilder(int index)
Normalized vertices of the bounding polygon.
repeated .google.cloud.videointelligence.v1p2beta1.NormalizedVertex vertices = 1;Copyright © 2018 Google LLC. All rights reserved.