Interface NormalizedResolutionOrBuilder (0.49.0)

public interface NormalizedResolutionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getH()

public abstract double getH()

Optional. Normalized height. Valid range is [0.0, 1.0]. Default is 0.

double h = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The h.

getW()

public abstract double getW()

Optional. Normalized width. Valid range is [0.0, 1.0]. Default is 0.

double w = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The w.