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