Uses of Class
com.google.cloud.automl.v1beta1.BoundingPoly
-
Packages that use BoundingPoly Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of BoundingPoly in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return BoundingPoly Modifier and Type Method Description BoundingPolyBoundingPoly.Builder. build()BoundingPolyBoundingPoly.Builder. buildPartial()BoundingPolyImageObjectDetectionAnnotation.Builder. getBoundingBox()Output only.BoundingPolyImageObjectDetectionAnnotation. getBoundingBox()Output only.BoundingPolyImageObjectDetectionAnnotationOrBuilder. getBoundingBox()Output only.BoundingPolyVideoObjectTrackingAnnotation.Builder. getBoundingBox()Required.BoundingPolyVideoObjectTrackingAnnotation. getBoundingBox()Required.BoundingPolyVideoObjectTrackingAnnotationOrBuilder. getBoundingBox()Required.BoundingPolyDocument.Layout.Builder. getBoundingPoly()The position of the [text_segment][google.cloud.automl.v1beta1.Document.Layout.text_segment] in the page.BoundingPolyDocument.Layout. getBoundingPoly()The position of the [text_segment][google.cloud.automl.v1beta1.Document.Layout.text_segment] in the page.BoundingPolyDocument.LayoutOrBuilder. getBoundingPoly()The position of the [text_segment][google.cloud.automl.v1beta1.Document.Layout.text_segment] in the page.static BoundingPolyBoundingPoly. getDefaultInstance()BoundingPolyBoundingPoly.Builder. getDefaultInstanceForType()BoundingPolyBoundingPoly. getDefaultInstanceForType()static BoundingPolyBoundingPoly. parseDelimitedFrom(InputStream input)static BoundingPolyBoundingPoly. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingPolyBoundingPoly. parseFrom(byte[] data)static BoundingPolyBoundingPoly. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingPolyBoundingPoly. parseFrom(com.google.protobuf.ByteString data)static BoundingPolyBoundingPoly. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingPolyBoundingPoly. parseFrom(com.google.protobuf.CodedInputStream input)static BoundingPolyBoundingPoly. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingPolyBoundingPoly. parseFrom(InputStream input)static BoundingPolyBoundingPoly. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoundingPolyBoundingPoly. parseFrom(ByteBuffer data)static BoundingPolyBoundingPoly. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type BoundingPoly Modifier and Type Method Description com.google.protobuf.Parser<BoundingPoly>BoundingPoly. getParserForType()static com.google.protobuf.Parser<BoundingPoly>BoundingPoly. parser()Methods in com.google.cloud.automl.v1beta1 with parameters of type BoundingPoly Modifier and Type Method Description ImageObjectDetectionAnnotation.BuilderImageObjectDetectionAnnotation.Builder. mergeBoundingBox(BoundingPoly value)Output only.VideoObjectTrackingAnnotation.BuilderVideoObjectTrackingAnnotation.Builder. mergeBoundingBox(BoundingPoly value)Required.Document.Layout.BuilderDocument.Layout.Builder. mergeBoundingPoly(BoundingPoly value)The position of the [text_segment][google.cloud.automl.v1beta1.Document.Layout.text_segment] in the page.BoundingPoly.BuilderBoundingPoly.Builder. mergeFrom(BoundingPoly other)static BoundingPoly.BuilderBoundingPoly. newBuilder(BoundingPoly prototype)ImageObjectDetectionAnnotation.BuilderImageObjectDetectionAnnotation.Builder. setBoundingBox(BoundingPoly value)Output only.VideoObjectTrackingAnnotation.BuilderVideoObjectTrackingAnnotation.Builder. setBoundingBox(BoundingPoly value)Required.Document.Layout.BuilderDocument.Layout.Builder. setBoundingPoly(BoundingPoly value)The position of the [text_segment][google.cloud.automl.v1beta1.Document.Layout.text_segment] in the page.
-