Uses of Class
com.google.cloud.automl.v1beta1.BoundingPoly.Builder
-
Packages that use BoundingPoly.Builder Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of BoundingPoly.Builder in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return BoundingPoly.Builder Modifier and Type Method Description BoundingPoly.BuilderBoundingPoly.Builder. addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)Output only .BoundingPoly.BuilderBoundingPoly.Builder. addNormalizedVertices(int index, NormalizedVertex value)Output only .BoundingPoly.BuilderBoundingPoly.Builder. addNormalizedVertices(int index, NormalizedVertex.Builder builderForValue)Output only .BoundingPoly.BuilderBoundingPoly.Builder. addNormalizedVertices(NormalizedVertex value)Output only .BoundingPoly.BuilderBoundingPoly.Builder. addNormalizedVertices(NormalizedVertex.Builder builderForValue)Output only .BoundingPoly.BuilderBoundingPoly.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)BoundingPoly.BuilderBoundingPoly.Builder. clear()BoundingPoly.BuilderBoundingPoly.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)BoundingPoly.BuilderBoundingPoly.Builder. clearNormalizedVertices()Output only .BoundingPoly.BuilderBoundingPoly.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)BoundingPoly.BuilderBoundingPoly.Builder. clone()BoundingPoly.BuilderImageObjectDetectionAnnotation.Builder. getBoundingBoxBuilder()Output only.BoundingPoly.BuilderVideoObjectTrackingAnnotation.Builder. getBoundingBoxBuilder()Required.BoundingPoly.BuilderDocument.Layout.Builder. getBoundingPolyBuilder()The position of the [text_segment][google.cloud.automl.v1beta1.Document.Layout.text_segment] in the page.BoundingPoly.BuilderBoundingPoly.Builder. mergeFrom(BoundingPoly other)BoundingPoly.BuilderBoundingPoly.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BoundingPoly.BuilderBoundingPoly.Builder. mergeFrom(com.google.protobuf.Message other)BoundingPoly.BuilderBoundingPoly.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static BoundingPoly.BuilderBoundingPoly. newBuilder()static BoundingPoly.BuilderBoundingPoly. newBuilder(BoundingPoly prototype)BoundingPoly.BuilderBoundingPoly. newBuilderForType()protected BoundingPoly.BuilderBoundingPoly. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)BoundingPoly.BuilderBoundingPoly.Builder. removeNormalizedVertices(int index)Output only .BoundingPoly.BuilderBoundingPoly.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)BoundingPoly.BuilderBoundingPoly.Builder. setNormalizedVertices(int index, NormalizedVertex value)Output only .BoundingPoly.BuilderBoundingPoly.Builder. setNormalizedVertices(int index, NormalizedVertex.Builder builderForValue)Output only .BoundingPoly.BuilderBoundingPoly.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)BoundingPoly.BuilderBoundingPoly.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)BoundingPoly.BuilderBoundingPoly. toBuilder()Methods in com.google.cloud.automl.v1beta1 with parameters of type BoundingPoly.Builder Modifier and Type Method Description ImageObjectDetectionAnnotation.BuilderImageObjectDetectionAnnotation.Builder. setBoundingBox(BoundingPoly.Builder builderForValue)Output only.VideoObjectTrackingAnnotation.BuilderVideoObjectTrackingAnnotation.Builder. setBoundingBox(BoundingPoly.Builder builderForValue)Required.Document.Layout.BuilderDocument.Layout.Builder. setBoundingPoly(BoundingPoly.Builder builderForValue)The position of the [text_segment][google.cloud.automl.v1beta1.Document.Layout.text_segment] in the page.
-