MicroMotion

class MicroMotion : GeneratedMessageLite<MessageType, BuilderType> , MetricsProto.MicroMotionOrBuilder

Micro-motion measurements for body movement analysis.
Tracks small movements in specific body regions.
Protobuf type presage.physiology.MicroMotion

Types

Link copied to clipboard
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , MetricsProto.MicroMotionOrBuilder

Micro-motion measurements for body movement analysis.
Tracks small movements in specific body regions.
Protobuf type presage.physiology.MicroMotion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Micro-motion measurements in the glutes region 
repeated .presage.physiology.Measurement glutes = 1;
Link copied to clipboard
open fun getGlutesCount(): Int
Micro-motion measurements in the glutes region 
repeated .presage.physiology.Measurement glutes = 1;
Link copied to clipboard
Micro-motion measurements in the glutes region 
repeated .presage.physiology.Measurement glutes = 1;
Link copied to clipboard
Micro-motion measurements in the glutes region 
repeated .presage.physiology.Measurement glutes = 1;
Link copied to clipboard
Micro-motion measurements in the glutes region 
repeated .presage.physiology.Measurement glutes = 1;
Link copied to clipboard
Micro-motion measurements in the knees region 
repeated .presage.physiology.Measurement knees = 2;
Link copied to clipboard
open fun getKneesCount(): Int
Micro-motion measurements in the knees region 
repeated .presage.physiology.Measurement knees = 2;
Link copied to clipboard
Micro-motion measurements in the knees region 
repeated .presage.physiology.Measurement knees = 2;
Link copied to clipboard
Micro-motion measurements in the knees region 
repeated .presage.physiology.Measurement knees = 2;
Link copied to clipboard
Micro-motion measurements in the knees region 
repeated .presage.physiology.Measurement knees = 2;
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroMotion
Link copied to clipboard
open fun parseFrom(data: ByteString): MetricsProto.MicroMotion
open fun parseFrom(input: CodedInputStream): MetricsProto.MicroMotion
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroMotion
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroMotion
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroMotion
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroMotion
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MetricsProto.MicroMotion
Link copied to clipboard
open fun parser(): Parser<MetricsProto.MicroMotion>