Interface TextFrameOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextFrame
,TextFrame.Builder
public interface TextFrameOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NormalizedBoundingPoly
getRotatedBoundingBox()
Bounding polygon of the detected text for this frame.NormalizedBoundingPolyOrBuilder
getRotatedBoundingBoxOrBuilder()
Bounding polygon of the detected text for this frame.com.google.protobuf.Duration
getTimeOffset()
Timestamp of this frame.com.google.protobuf.DurationOrBuilder
getTimeOffsetOrBuilder()
Timestamp of this frame.boolean
hasRotatedBoundingBox()
Bounding polygon of the detected text for this frame.boolean
hasTimeOffset()
Timestamp of this frame.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRotatedBoundingBox
boolean hasRotatedBoundingBox()
Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1.NormalizedBoundingPoly rotated_bounding_box = 1;
- Returns:
- Whether the rotatedBoundingBox field is set.
-
getRotatedBoundingBox
NormalizedBoundingPoly getRotatedBoundingBox()
Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1.NormalizedBoundingPoly rotated_bounding_box = 1;
- Returns:
- The rotatedBoundingBox.
-
getRotatedBoundingBoxOrBuilder
NormalizedBoundingPolyOrBuilder getRotatedBoundingBoxOrBuilder()
Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1.NormalizedBoundingPoly rotated_bounding_box = 1;
-
hasTimeOffset
boolean hasTimeOffset()
Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;
- Returns:
- Whether the timeOffset field is set.
-
getTimeOffset
com.google.protobuf.Duration getTimeOffset()
Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;
- Returns:
- The timeOffset.
-
getTimeOffsetOrBuilder
com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;
-
-