Interface VideoClassificationPredictionResultOrBuilder (0.2.0)

public interface VideoClassificationPredictionResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClassifications(int index)

public abstract VideoClassificationPredictionResult.IdentifiedClassification getClassifications(int index)

All of the classifications identified in the time range.

repeated .google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification classifications = 3;

Parameter
Name Description
index int
Returns
Type Description
VideoClassificationPredictionResult.IdentifiedClassification

getClassificationsCount()

public abstract int getClassificationsCount()

All of the classifications identified in the time range.

repeated .google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification classifications = 3;

Returns
Type Description
int

getClassificationsList()

public abstract List<VideoClassificationPredictionResult.IdentifiedClassification> getClassificationsList()

All of the classifications identified in the time range.

repeated .google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification classifications = 3;

Returns
Type Description
List<IdentifiedClassification>

getClassificationsOrBuilder(int index)

public abstract VideoClassificationPredictionResult.IdentifiedClassificationOrBuilder getClassificationsOrBuilder(int index)

All of the classifications identified in the time range.

repeated .google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification classifications = 3;

Parameter
Name Description
index int
Returns
Type Description
VideoClassificationPredictionResult.IdentifiedClassificationOrBuilder

getClassificationsOrBuilderList()

public abstract List<? extends VideoClassificationPredictionResult.IdentifiedClassificationOrBuilder> getClassificationsOrBuilderList()

All of the classifications identified in the time range.

repeated .google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassification classifications = 3;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.VideoClassificationPredictionResult.IdentifiedClassificationOrBuilder>

getSegmentEndTime()

public abstract Timestamp getSegmentEndTime()

The end, inclusive, of the video's time segment in which the classifications have been identified. Particularly, if the end is the same as the start, it means the identification happens on a specific video frame.

.google.protobuf.Timestamp segment_end_time = 2;

Returns
Type Description
Timestamp

The segmentEndTime.

getSegmentEndTimeOrBuilder()

public abstract TimestampOrBuilder getSegmentEndTimeOrBuilder()

The end, inclusive, of the video's time segment in which the classifications have been identified. Particularly, if the end is the same as the start, it means the identification happens on a specific video frame.

.google.protobuf.Timestamp segment_end_time = 2;

Returns
Type Description
TimestampOrBuilder

getSegmentStartTime()

public abstract Timestamp getSegmentStartTime()

The beginning, inclusive, of the video's time segment in which the classifications have been identified.

.google.protobuf.Timestamp segment_start_time = 1;

Returns
Type Description
Timestamp

The segmentStartTime.

getSegmentStartTimeOrBuilder()

public abstract TimestampOrBuilder getSegmentStartTimeOrBuilder()

The beginning, inclusive, of the video's time segment in which the classifications have been identified.

.google.protobuf.Timestamp segment_start_time = 1;

Returns
Type Description
TimestampOrBuilder

hasSegmentEndTime()

public abstract boolean hasSegmentEndTime()

The end, inclusive, of the video's time segment in which the classifications have been identified. Particularly, if the end is the same as the start, it means the identification happens on a specific video frame.

.google.protobuf.Timestamp segment_end_time = 2;

Returns
Type Description
boolean

Whether the segmentEndTime field is set.

hasSegmentStartTime()

public abstract boolean hasSegmentStartTime()

The beginning, inclusive, of the video's time segment in which the classifications have been identified.

.google.protobuf.Timestamp segment_start_time = 1;

Returns
Type Description
boolean

Whether the segmentStartTime field is set.