public interface TextFrameOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRotatedBoundingBox()
public abstract NormalizedBoundingPoly getRotatedBoundingBox()Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingPoly rotated_bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
NormalizedBoundingPoly |
The rotatedBoundingBox. |
getRotatedBoundingBoxOrBuilder()
public abstract NormalizedBoundingPolyOrBuilder getRotatedBoundingBoxOrBuilder()Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingPoly rotated_bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
NormalizedBoundingPolyOrBuilder |
|
getTimeOffset()
public abstract Duration getTimeOffset()Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
Duration |
The timeOffset. |
getTimeOffsetOrBuilder()
public abstract DurationOrBuilder getTimeOffsetOrBuilder()Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasRotatedBoundingBox()
public abstract boolean hasRotatedBoundingBox()Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1p3beta1.NormalizedBoundingPoly rotated_bounding_box = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rotatedBoundingBox field is set. |
hasTimeOffset()
public abstract boolean hasTimeOffset()Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeOffset field is set. |