Class FaceFrame (2.41.0)

public final class FaceFrame extends GeneratedMessageV3 implements FaceFrameOrBuilder

Deprecated. No effect.

Protobuf type google.cloud.videointelligence.v1.FaceFrame

Implements

FaceFrameOrBuilder

Static Fields

NORMALIZED_BOUNDING_BOXES_FIELD_NUMBER (deprecated)

public static final int NORMALIZED_BOUNDING_BOXES_FIELD_NUMBER
Field Value
Type Description
int

TIME_OFFSET_FIELD_NUMBER (deprecated)

public static final int TIME_OFFSET_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance() (deprecated)

public static FaceFrame getDefaultInstance()
Returns
Type Description
FaceFrame

getDescriptor() (deprecated)

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

newBuilder() (deprecated)

public static FaceFrame.Builder newBuilder()
Returns
Type Description
FaceFrame.Builder

newBuilder(FaceFrame prototype) (deprecated)

public static FaceFrame.Builder newBuilder(FaceFrame prototype)
Parameter
Name Description
prototype FaceFrame
Returns
Type Description
FaceFrame.Builder

parseDelimitedFrom(InputStream input) (deprecated)

public static FaceFrame parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FaceFrame
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FaceFrame parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FaceFrame
Exceptions
Type Description
IOException

parseFrom(byte[] data) (deprecated)

public static FaceFrame parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FaceFrame
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FaceFrame parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FaceFrame
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data) (deprecated)

public static FaceFrame parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FaceFrame
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FaceFrame parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FaceFrame
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input) (deprecated)

public static FaceFrame parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FaceFrame
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FaceFrame parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FaceFrame
Exceptions
Type Description
IOException

parseFrom(InputStream input) (deprecated)

public static FaceFrame parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FaceFrame
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FaceFrame parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FaceFrame
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data) (deprecated)

public static FaceFrame parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FaceFrame
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static FaceFrame parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FaceFrame
Exceptions
Type Description
InvalidProtocolBufferException

parser() (deprecated)

public static Parser<FaceFrame> parser()
Returns
Type Description
Parser<FaceFrame>

Methods

equals(Object obj) (deprecated)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType() (deprecated)

public FaceFrame getDefaultInstanceForType()
Returns
Type Description
FaceFrame

getNormalizedBoundingBoxes(int index) (deprecated)

public NormalizedBoundingBox getNormalizedBoundingBoxes(int index)

Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.

repeated .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;

Parameter
Name Description
index int
Returns
Type Description
NormalizedBoundingBox

getNormalizedBoundingBoxesCount() (deprecated)

public int getNormalizedBoundingBoxesCount()

Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.

repeated .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;

Returns
Type Description
int

getNormalizedBoundingBoxesList() (deprecated)

public List<NormalizedBoundingBox> getNormalizedBoundingBoxesList()

Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.

repeated .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;

Returns
Type Description
List<NormalizedBoundingBox>

getNormalizedBoundingBoxesOrBuilder(int index) (deprecated)

public NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxesOrBuilder(int index)

Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.

repeated .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;

Parameter
Name Description
index int
Returns
Type Description
NormalizedBoundingBoxOrBuilder

getNormalizedBoundingBoxesOrBuilderList() (deprecated)

public List<? extends NormalizedBoundingBoxOrBuilder> getNormalizedBoundingBoxesOrBuilderList()

Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.

repeated .google.cloud.videointelligence.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;

Returns
Type Description
List<? extends com.google.cloud.videointelligence.v1.NormalizedBoundingBoxOrBuilder>

getParserForType() (deprecated)

public Parser<FaceFrame> getParserForType()
Returns
Type Description
Parser<FaceFrame>
Overrides

getSerializedSize() (deprecated)

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTimeOffset() (deprecated)

public Duration getTimeOffset()

Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.

.google.protobuf.Duration time_offset = 2;

Returns
Type Description
Duration

The timeOffset.

getTimeOffsetOrBuilder() (deprecated)

public DurationOrBuilder getTimeOffsetOrBuilder()

Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.

.google.protobuf.Duration time_offset = 2;

Returns
Type Description
DurationOrBuilder

hasTimeOffset() (deprecated)

public boolean hasTimeOffset()

Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.

.google.protobuf.Duration time_offset = 2;

Returns
Type Description
boolean

Whether the timeOffset field is set.

hashCode() (deprecated)

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable() (deprecated)

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

isInitialized() (deprecated)

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType() (deprecated)

public FaceFrame.Builder newBuilderForType()
Returns
Type Description
FaceFrame.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent) (deprecated)

protected FaceFrame.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FaceFrame.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) (deprecated)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder() (deprecated)

public FaceFrame.Builder toBuilder()
Returns
Type Description
FaceFrame.Builder

writeTo(CodedOutputStream output) (deprecated)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException