Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::FaceAnnotation::Landmark.
A face-specific landmark (for example, a face feature).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#position
def position() -> ::Google::Cloud::Vision::V1::Position
    Returns
    
  - (::Google::Cloud::Vision::V1::Position) — Face landmark position.
#position=
def position=(value) -> ::Google::Cloud::Vision::V1::Position
    Parameter
    
  - value (::Google::Cloud::Vision::V1::Position) — Face landmark position.
    Returns
    
  - (::Google::Cloud::Vision::V1::Position) — Face landmark position.
#type
def type() -> ::Google::Cloud::Vision::V1::FaceAnnotation::Landmark::Type
    Returns
    
  - (::Google::Cloud::Vision::V1::FaceAnnotation::Landmark::Type) — Face landmark type.
#type=
def type=(value) -> ::Google::Cloud::Vision::V1::FaceAnnotation::Landmark::Type
    Parameter
    
  - value (::Google::Cloud::Vision::V1::FaceAnnotation::Landmark::Type) — Face landmark type.
    Returns
    
- (::Google::Cloud::Vision::V1::FaceAnnotation::Landmark::Type) — Face landmark type.