public class Video
extends java.lang.Object
implements java.io.Serializable
Video file stored in an Amazon S3 bucket. Amazon Rekognition video start
operations such as StartLabelDetection use Video
to
specify a video for analysis. The supported file formats are .mp4, .mov and
.avi.
Constructor and Description |
---|
Video() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
S3Object |
getS3Object()
The Amazon S3 bucket name and file name for the video.
|
int |
hashCode() |
void |
setS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Video |
withS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
|
public S3Object getS3Object()
The Amazon S3 bucket name and file name for the video.
The Amazon S3 bucket name and file name for the video.
public void setS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
s3Object
- The Amazon S3 bucket name and file name for the video.
public Video withS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
Returns a reference to this object so that method calls can be chained together.
s3Object
- The Amazon S3 bucket name and file name for the video.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.