pub struct SemanticLabelBD(/* private fields */);Expand description
Implementations§
Source§impl SemanticLabelBD
impl SemanticLabelBD
Sourcepub const UNKNOWN: SemanticLabelBD
pub const UNKNOWN: SemanticLabelBD
Semantic label that the runtime does not know.
Sourcepub const FLOOR: SemanticLabelBD
pub const FLOOR: SemanticLabelBD
Semantic label of floor.
Sourcepub const CEILING: SemanticLabelBD
pub const CEILING: SemanticLabelBD
Semantic label of ceiling.
Sourcepub const WALL: SemanticLabelBD
pub const WALL: SemanticLabelBD
Semantic label of wall.
Sourcepub const DOOR: SemanticLabelBD
pub const DOOR: SemanticLabelBD
Semantic label of door.
Sourcepub const WINDOW: SemanticLabelBD
pub const WINDOW: SemanticLabelBD
Semantic label of window.
Sourcepub const OPENING: SemanticLabelBD
pub const OPENING: SemanticLabelBD
Semantic label of opening, usually refers to a space that something or someone can pass through.
Sourcepub const TABLE: SemanticLabelBD
pub const TABLE: SemanticLabelBD
Semantic label of table.
Sourcepub const SOFA: SemanticLabelBD
pub const SOFA: SemanticLabelBD
Semantic label of sofa, usually refers to a seat that multiple people can sit on.
Sourcepub const CHAIR: SemanticLabelBD
pub const CHAIR: SemanticLabelBD
Semantic label of chair, usually refers to a seat that for one person.
Sourcepub const HUMAN: SemanticLabelBD
pub const HUMAN: SemanticLabelBD
Semantic label of human.
Sourcepub const BEAM: SemanticLabelBD
pub const BEAM: SemanticLabelBD
Semantic label of beam, which usually supports weight in a building or other structure.
Sourcepub const COLUMN: SemanticLabelBD
pub const COLUMN: SemanticLabelBD
Semantic label of column, which is vertical and used as a support for the roof of a building.
Sourcepub const CURTAIN: SemanticLabelBD
pub const CURTAIN: SemanticLabelBD
Semantic label of curtain.
Sourcepub const CABINET: SemanticLabelBD
pub const CABINET: SemanticLabelBD
Semantic label of cabinet.
Sourcepub const BED: SemanticLabelBD
pub const BED: SemanticLabelBD
Semantic label of bed.
Sourcepub const PLANT: SemanticLabelBD
pub const PLANT: SemanticLabelBD
Semantic label of plant.
Sourcepub const SCREEN: SemanticLabelBD
pub const SCREEN: SemanticLabelBD
Semantic label of screen.
Sourcepub const VIRTUAL_WALL: SemanticLabelBD
pub const VIRTUAL_WALL: SemanticLabelBD
Semantic label of virtual wall, which is generated by the system scene capture app in order to create a closed space for users.
Sourcepub const REFRIGERATOR: SemanticLabelBD
pub const REFRIGERATOR: SemanticLabelBD
Semantic label of refrigerator.
Sourcepub const WASHING_MACHINE: SemanticLabelBD
pub const WASHING_MACHINE: SemanticLabelBD
Semantic label of washing machine.
Sourcepub const AIR_CONDITIONER: SemanticLabelBD
pub const AIR_CONDITIONER: SemanticLabelBD
Semantic label of air conditioner.
Sourcepub const LAMP: SemanticLabelBD
pub const LAMP: SemanticLabelBD
Semantic label of lamp.
Sourcepub const WALL_ART: SemanticLabelBD
pub const WALL_ART: SemanticLabelBD
Semantic label of wall art, like a painting or a photo frame.
Sourcepub const STAIRWAY: SemanticLabelBD
pub const STAIRWAY: SemanticLabelBD
Semantic label of stairway.
pub fn from_raw(x: i32) -> SemanticLabelBD
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SemanticLabelBD
impl Clone for SemanticLabelBD
Source§fn clone(&self) -> SemanticLabelBD
fn clone(&self) -> SemanticLabelBD
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more