Interface TextFrameOrBuilder (2.2.10)

public interface TextFrameOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRotatedBoundingBox()

public abstract NormalizedBoundingPoly getRotatedBoundingBox()

Bounding polygon of the detected text for this frame.

.google.cloud.videointelligence.v1.NormalizedBoundingPoly rotated_bounding_box = 1;

Returns
TypeDescription
NormalizedBoundingPoly

The rotatedBoundingBox.

getRotatedBoundingBoxOrBuilder()

public abstract NormalizedBoundingPolyOrBuilder getRotatedBoundingBoxOrBuilder()

Bounding polygon of the detected text for this frame.

.google.cloud.videointelligence.v1.NormalizedBoundingPoly rotated_bounding_box = 1;

Returns
TypeDescription
NormalizedBoundingPolyOrBuilder

getTimeOffset()

public abstract Duration getTimeOffset()

Timestamp of this frame.

.google.protobuf.Duration time_offset = 2;

Returns
TypeDescription
Duration

The timeOffset.

getTimeOffsetOrBuilder()

public abstract DurationOrBuilder getTimeOffsetOrBuilder()

Timestamp of this frame.

.google.protobuf.Duration time_offset = 2;

Returns
TypeDescription
DurationOrBuilder

hasRotatedBoundingBox()

public abstract boolean hasRotatedBoundingBox()

Bounding polygon of the detected text for this frame.

.google.cloud.videointelligence.v1.NormalizedBoundingPoly rotated_bounding_box = 1;

Returns
TypeDescription
boolean

Whether the rotatedBoundingBox field is set.

hasTimeOffset()

public abstract boolean hasTimeOffset()

Timestamp of this frame.

.google.protobuf.Duration time_offset = 2;

Returns
TypeDescription
boolean

Whether the timeOffset field is set.