Class VideoActionRecognitionPredictionInstance.Builder (3.84.0)

public static final class VideoActionRecognitionPredictionInstance.Builder extends GeneratedMessage.Builder<VideoActionRecognitionPredictionInstance.Builder> implements VideoActionRecognitionPredictionInstanceOrBuilder

Prediction input format for Video Action Recognition.

Protobuf type google.cloud.aiplatform.v1.schema.predict.instance.VideoActionRecognitionPredictionInstance

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public VideoActionRecognitionPredictionInstance build()
Returns
Type Description
VideoActionRecognitionPredictionInstance

buildPartial()

public VideoActionRecognitionPredictionInstance buildPartial()
Returns
Type Description
VideoActionRecognitionPredictionInstance

clear()

public VideoActionRecognitionPredictionInstance.Builder clear()
Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder
Overrides

clearContent()

public VideoActionRecognitionPredictionInstance.Builder clearContent()

The Google Cloud Storage location of the video on which to perform the prediction.

string content = 1;

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.

clearMimeType()

public VideoActionRecognitionPredictionInstance.Builder clearMimeType()

The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime

string mime_type = 2;

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.

clearTimeSegmentEnd()

public VideoActionRecognitionPredictionInstance.Builder clearTimeSegmentEnd()

The end, exclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision, and "inf" or "Infinity" is allowed, which means the end of the video.

string time_segment_end = 4;

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.

clearTimeSegmentStart()

public VideoActionRecognitionPredictionInstance.Builder clearTimeSegmentStart()

The beginning, inclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision.

string time_segment_start = 3;

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.

getContent()

public String getContent()

The Google Cloud Storage location of the video on which to perform the prediction.

string content = 1;

Returns
Type Description
String

The content.

getContentBytes()

public ByteString getContentBytes()

The Google Cloud Storage location of the video on which to perform the prediction.

string content = 1;

Returns
Type Description
ByteString

The bytes for content.

getDefaultInstanceForType()

public VideoActionRecognitionPredictionInstance getDefaultInstanceForType()
Returns
Type Description
VideoActionRecognitionPredictionInstance

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMimeType()

public String getMimeType()

The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime

string mime_type = 2;

Returns
Type Description
String

The mimeType.

getMimeTypeBytes()

public ByteString getMimeTypeBytes()

The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime

string mime_type = 2;

Returns
Type Description
ByteString

The bytes for mimeType.

getTimeSegmentEnd()

public String getTimeSegmentEnd()

The end, exclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision, and "inf" or "Infinity" is allowed, which means the end of the video.

string time_segment_end = 4;

Returns
Type Description
String

The timeSegmentEnd.

getTimeSegmentEndBytes()

public ByteString getTimeSegmentEndBytes()

The end, exclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision, and "inf" or "Infinity" is allowed, which means the end of the video.

string time_segment_end = 4;

Returns
Type Description
ByteString

The bytes for timeSegmentEnd.

getTimeSegmentStart()

public String getTimeSegmentStart()

The beginning, inclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision.

string time_segment_start = 3;

Returns
Type Description
String

The timeSegmentStart.

getTimeSegmentStartBytes()

public ByteString getTimeSegmentStartBytes()

The beginning, inclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision.

string time_segment_start = 3;

Returns
Type Description
ByteString

The bytes for timeSegmentStart.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(VideoActionRecognitionPredictionInstance other)

public VideoActionRecognitionPredictionInstance.Builder mergeFrom(VideoActionRecognitionPredictionInstance other)
Parameter
Name Description
other VideoActionRecognitionPredictionInstance
Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public VideoActionRecognitionPredictionInstance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public VideoActionRecognitionPredictionInstance.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder
Overrides

setContent(String value)

public VideoActionRecognitionPredictionInstance.Builder setContent(String value)

The Google Cloud Storage location of the video on which to perform the prediction.

string content = 1;

Parameter
Name Description
value String

The content to set.

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.

setContentBytes(ByteString value)

public VideoActionRecognitionPredictionInstance.Builder setContentBytes(ByteString value)

The Google Cloud Storage location of the video on which to perform the prediction.

string content = 1;

Parameter
Name Description
value ByteString

The bytes for content to set.

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.

setMimeType(String value)

public VideoActionRecognitionPredictionInstance.Builder setMimeType(String value)

The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime

string mime_type = 2;

Parameter
Name Description
value String

The mimeType to set.

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.

setMimeTypeBytes(ByteString value)

public VideoActionRecognitionPredictionInstance.Builder setMimeTypeBytes(ByteString value)

The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime

string mime_type = 2;

Parameter
Name Description
value ByteString

The bytes for mimeType to set.

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.

setTimeSegmentEnd(String value)

public VideoActionRecognitionPredictionInstance.Builder setTimeSegmentEnd(String value)

The end, exclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision, and "inf" or "Infinity" is allowed, which means the end of the video.

string time_segment_end = 4;

Parameter
Name Description
value String

The timeSegmentEnd to set.

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.

setTimeSegmentEndBytes(ByteString value)

public VideoActionRecognitionPredictionInstance.Builder setTimeSegmentEndBytes(ByteString value)

The end, exclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision, and "inf" or "Infinity" is allowed, which means the end of the video.

string time_segment_end = 4;

Parameter
Name Description
value ByteString

The bytes for timeSegmentEnd to set.

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.

setTimeSegmentStart(String value)

public VideoActionRecognitionPredictionInstance.Builder setTimeSegmentStart(String value)

The beginning, inclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision.

string time_segment_start = 3;

Parameter
Name Description
value String

The timeSegmentStart to set.

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.

setTimeSegmentStartBytes(ByteString value)

public VideoActionRecognitionPredictionInstance.Builder setTimeSegmentStartBytes(ByteString value)

The beginning, inclusive, of the video's time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with "s" appended at the end. Fractions are allowed, up to a microsecond precision.

string time_segment_start = 3;

Parameter
Name Description
value ByteString

The bytes for timeSegmentStart to set.

Returns
Type Description
VideoActionRecognitionPredictionInstance.Builder

This builder for chaining.