public interface DetectedLandmarkOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfidence()
public abstract float getConfidence()The confidence score of the detected landmark. Range [0, 1].
float confidence = 3;
| Type | Description |
| float | The confidence. |
getName()
public abstract String getName()The name of this landmark, for example, left_hand, right_shoulder.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of this landmark, for example, left_hand, right_shoulder.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getPoint()
public abstract 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.v1.NormalizedVertex point = 2;
| Type | Description |
| NormalizedVertex | The point. |
getPointOrBuilder()
public abstract 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.v1.NormalizedVertex point = 2;
| Type | Description |
| NormalizedVertexOrBuilder |
hasPoint()
public abstract 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.v1.NormalizedVertex point = 2;
| Type | Description |
| boolean | Whether the point field is set. |