public final class LabelFrame extends GeneratedMessageV3 implements LabelFrameOrBuilder
Video frame level annotation results for label detection.
Protobuf type google.cloud.videointelligence.v1beta2.LabelFrame
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONFIDENCE_FIELD_NUMBER
public static final int CONFIDENCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TIME_OFFSET_FIELD_NUMBER
public static final int TIME_OFFSET_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static LabelFrame getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static LabelFrame.Builder newBuilder()
newBuilder(LabelFrame prototype)
public static LabelFrame.Builder newBuilder(LabelFrame prototype)
public static LabelFrame parseDelimitedFrom(InputStream input)
public static LabelFrame parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static LabelFrame parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LabelFrame parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static LabelFrame parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LabelFrame parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LabelFrame parseFrom(CodedInputStream input)
public static LabelFrame parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LabelFrame parseFrom(InputStream input)
public static LabelFrame parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static LabelFrame parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LabelFrame parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<LabelFrame> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getConfidence()
public float getConfidence()
Confidence that the label is accurate. Range: [0, 1].
float confidence = 2;
Returns |
Type |
Description |
float |
The confidence.
|
getDefaultInstanceForType()
public LabelFrame getDefaultInstanceForType()
getParserForType()
public Parser<LabelFrame> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTimeOffset()
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 = 1;
Returns |
Type |
Description |
Duration |
The timeOffset.
|
getTimeOffsetOrBuilder()
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 = 1;
hasTimeOffset()
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 = 1;
Returns |
Type |
Description |
boolean |
Whether the timeOffset field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public LabelFrame.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LabelFrame.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public LabelFrame.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides