Uses of Class
com.google.cloud.videointelligence.v1.NormalizedVertex.Builder
-
Packages that use NormalizedVertex.Builder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of NormalizedVertex.Builder in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 that return NormalizedVertex.Builder Modifier and Type Method Description NormalizedVertex.Builder
NormalizedVertex.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
NormalizedVertex.Builder
NormalizedBoundingPoly.Builder. addVerticesBuilder()
Normalized vertices of the bounding polygon.NormalizedVertex.Builder
NormalizedBoundingPoly.Builder. addVerticesBuilder(int index)
Normalized vertices of the bounding polygon.NormalizedVertex.Builder
NormalizedVertex.Builder. clear()
NormalizedVertex.Builder
NormalizedVertex.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
NormalizedVertex.Builder
NormalizedVertex.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
NormalizedVertex.Builder
NormalizedVertex.Builder. clearX()
X coordinate.NormalizedVertex.Builder
NormalizedVertex.Builder. clearY()
Y coordinate.NormalizedVertex.Builder
NormalizedVertex.Builder. clone()
NormalizedVertex.Builder
DetectedLandmark.Builder. getPointBuilder()
The 2D point of the detected landmark using the normalized image coordindate system.NormalizedVertex.Builder
NormalizedBoundingPoly.Builder. getVerticesBuilder(int index)
Normalized vertices of the bounding polygon.NormalizedVertex.Builder
NormalizedVertex.Builder. mergeFrom(NormalizedVertex other)
NormalizedVertex.Builder
NormalizedVertex.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NormalizedVertex.Builder
NormalizedVertex.Builder. mergeFrom(com.google.protobuf.Message other)
NormalizedVertex.Builder
NormalizedVertex.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static NormalizedVertex.Builder
NormalizedVertex. newBuilder()
static NormalizedVertex.Builder
NormalizedVertex. newBuilder(NormalizedVertex prototype)
NormalizedVertex.Builder
NormalizedVertex. newBuilderForType()
protected NormalizedVertex.Builder
NormalizedVertex. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
NormalizedVertex.Builder
NormalizedVertex.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
NormalizedVertex.Builder
NormalizedVertex.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
NormalizedVertex.Builder
NormalizedVertex.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
NormalizedVertex.Builder
NormalizedVertex.Builder. setX(float value)
X coordinate.NormalizedVertex.Builder
NormalizedVertex.Builder. setY(float value)
Y coordinate.NormalizedVertex.Builder
NormalizedVertex. toBuilder()
Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type NormalizedVertex.Builder Modifier and Type Method Description List<NormalizedVertex.Builder>
NormalizedBoundingPoly.Builder. getVerticesBuilderList()
Normalized vertices of the bounding polygon.Methods in com.google.cloud.videointelligence.v1 with parameters of type NormalizedVertex.Builder Modifier and Type Method Description NormalizedBoundingPoly.Builder
NormalizedBoundingPoly.Builder. addVertices(int index, NormalizedVertex.Builder builderForValue)
Normalized vertices of the bounding polygon.NormalizedBoundingPoly.Builder
NormalizedBoundingPoly.Builder. addVertices(NormalizedVertex.Builder builderForValue)
Normalized vertices of the bounding polygon.DetectedLandmark.Builder
DetectedLandmark.Builder. setPoint(NormalizedVertex.Builder builderForValue)
The 2D point of the detected landmark using the normalized image coordindate system.NormalizedBoundingPoly.Builder
NormalizedBoundingPoly.Builder. setVertices(int index, NormalizedVertex.Builder builderForValue)
Normalized vertices of the bounding polygon.
-