public interface DetectedLandmarkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidence()
The confidence score of the detected landmark.
|
String |
getName()
The name of this landmark, for example, left_hand, right_shoulder.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of this landmark, for example, left_hand, right_shoulder.
|
NormalizedVertex |
getPoint()
The 2D point of the detected landmark using the normalized image
coordindate system.
|
NormalizedVertexOrBuilder |
getPointOrBuilder()
The 2D point of the detected landmark using the normalized image
coordindate system.
|
boolean |
hasPoint()
The 2D point of the detected landmark using the normalized image
coordindate system.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of this landmark, for example, left_hand, right_shoulder.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of this landmark, for example, left_hand, right_shoulder.
string name = 1;boolean hasPoint()
The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1.
.google.cloud.videointelligence.v1p3beta1.NormalizedVertex point = 2;NormalizedVertex getPoint()
The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1.
.google.cloud.videointelligence.v1p3beta1.NormalizedVertex point = 2;NormalizedVertexOrBuilder getPointOrBuilder()
The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1.
.google.cloud.videointelligence.v1p3beta1.NormalizedVertex point = 2;float getConfidence()
The confidence score of the detected landmark. Range [0, 1].
float confidence = 3;Copyright © 2024 Google LLC. All rights reserved.