Objects.spaces.types
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Long Horizon: The Physical AI Summit, Oct 20-21, San Francisco. Join the waitlist →.
@dataclass(frozen=True)
class RootSpaceMetadata()
@dataclass(frozen=True)
class DataGroupMetadata()
@dataclass(frozen=True)
class SceneMetadata()
class BaseSpaceInfo(TypedDict)
class ChildInfo(TypedDict)
class RootInfo(TypedDict)
class VideoSpaceInfo(BaseSpaceInfo)
class ImageSequenceFrameInfo(TypedDict)
class ImageSequenceSpaceInfo(BaseSpaceInfo)
class ImageSpaceInfo(BaseSpaceInfo)
class TextSpaceInfo(BaseSpaceInfo)
class AudioSpaceInfo(BaseSpaceInfo)
class TimeSeriesSpaceInfo(BaseSpaceInfo)
class HtmlSpaceInfo(BaseSpaceInfo)
class MedicalFileSpaceInfo(BaseSpaceInfo)
class DicomFrameInfo(TypedDict)
class MedicalStackSpaceInfo(BaseSpaceInfo)
class FileInSceneInfo(TypedDict)
class PointCloudFileSpaceInfo(TypedDict)
class SceneImageSpaceInfo(TypedDict)
class PdfSpaceInfo(BaseSpaceInfo)
Was this page helpful?
