public interface BoundingPolyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NormalizedVertex |
getNormalizedVertices(int index)
Output only .
|
int |
getNormalizedVerticesCount()
Output only .
|
List<NormalizedVertex> |
getNormalizedVerticesList()
Output only .
|
NormalizedVertexOrBuilder |
getNormalizedVerticesOrBuilder(int index)
Output only .
|
List<? extends NormalizedVertexOrBuilder> |
getNormalizedVerticesOrBuilderList()
Output only .
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<NormalizedVertex> getNormalizedVerticesList()
Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;NormalizedVertex getNormalizedVertices(int index)
Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;int getNormalizedVerticesCount()
Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;List<? extends NormalizedVertexOrBuilder> getNormalizedVerticesOrBuilderList()
Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;NormalizedVertexOrBuilder getNormalizedVerticesOrBuilder(int index)
Output only . The bounding polygon normalized vertices.
repeated .google.cloud.automl.v1.NormalizedVertex normalized_vertices = 2;Copyright © 2025 Google LLC. All rights reserved.