Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encord.com/llms.txt

Use this file to discover all available pages before exploring further.

RootSpaceMetadata Objects

@dataclass(frozen=True)
class RootSpaceMetadata()
Metadata for root-level spaces.

DataGroupMetadata Objects

@dataclass(frozen=True)
class DataGroupMetadata()
Metadata for spaces originating from a data group.

SceneMetadata Objects

@dataclass(frozen=True)
class SceneMetadata()
Metadata for spaces originating from a scene.

file_name

The name of the file, including extension, extracted from the URI.

BaseSpaceInfo Objects

class BaseSpaceInfo(TypedDict)
Base information shared by all space info payloads.

ChildInfo Objects

class ChildInfo(TypedDict)
Information about a child item within a layout-backed space.

RootInfo Objects

class RootInfo(TypedDict)
Information about a root-level file associated with a space.

VideoSpaceInfo Objects

class VideoSpaceInfo(BaseSpaceInfo)
Information for a video space.

ImageSequenceFrameInfo Objects

class ImageSequenceFrameInfo(TypedDict)
Information about a frame in an image sequence.

ImageSequenceSpaceInfo Objects

class ImageSequenceSpaceInfo(BaseSpaceInfo)
Information for an image sequence space.

ImageSpaceInfo Objects

class ImageSpaceInfo(BaseSpaceInfo)
Information for an image space.

TextSpaceInfo Objects

class TextSpaceInfo(BaseSpaceInfo)
Information for a text space.

AudioSpaceInfo Objects

class AudioSpaceInfo(BaseSpaceInfo)
Information for an audio space.

HtmlSpaceInfo Objects

class HtmlSpaceInfo(BaseSpaceInfo)
Information for an HTML space.

MedicalFileSpaceInfo Objects

class MedicalFileSpaceInfo(BaseSpaceInfo)
Information for a medical file space.

DicomFrameInfo Objects

class DicomFrameInfo(TypedDict)
Information about a frame in a DICOM stack.

MedicalStackSpaceInfo Objects

class MedicalStackSpaceInfo(BaseSpaceInfo)
Information for a medical stack space.

FileInSceneInfo Objects

class FileInSceneInfo(TypedDict)
Information identifying a file within a scene.

PointCloudFileSpaceInfo Objects

class PointCloudFileSpaceInfo(TypedDict)
Information for a point cloud file that is part of a scene.

SceneImageSpaceInfo Objects

class SceneImageSpaceInfo(TypedDict)
Information for an image file that is part of a scene.

PdfSpaceInfo Objects

class PdfSpaceInfo(BaseSpaceInfo)
Information for a PDF space.