PII data return - Additional Artifact types

🚧

Additional Artifact Types

For more complex Streem implementations, additional Artifact types may be returned that could include PII data.

Below is a breakdown of each artifact type your development group could run into.

Common Artifact Types

These are used in everyday functions of the Streem service and require no additional Settings, License, or functionality

"gps_position": {
        "sourced_from_user_sid": "string",
        "sourced_from_device_sid": "string",
        "client_created_at": "2021-12-23T00:13:12.655Z",
        "latitude_degrees": 0,
        "longitude_degrees": 0,
        "accuracy_meters": 0,
        "formatted_address": "string"
      }
"recording_track": {
        "bucket": "string",
        "filename": "string",
        "user_sid": "string",
        "track_type": "string",
        "codec": "string",
        "storage_url": "string",
        "status": "STATUS_STARTED_RECORDING",
        "requested_at": "2021-12-23T00:13:12.655Z",
        "started_recording_at": "2021-12-23T00:13:12.655Z",
        "finished_recording_at": "2021-12-23T00:13:12.655Z",
        "started_transferring_at": "2021-12-23T00:13:12.655Z",
        "errored_at": "2021-12-23T00:13:12.655Z",
        "fulfilled_at": "2021-12-23T00:13:12.655Z",
        "url": "string",
        "created_at": "2021-12-23T00:13:12.655Z",
        "recording_source": "SOURCE_TWILIO",
        "source_recording_track_sid": "string"
      }
"streemshot": {
        "status": "STATUS_REQUESTED",
        "requested_at": "2021-12-23T00:13:12.655Z",
        "requested_by_user_sid": "string",
        "requested_by_device_sid": "string",
        "fulfilled_at": "2021-12-23T00:13:12.655Z",
        "fulfilled_by_user_sid": "string",
        "fulfilled_by_device_sid": "string",
        "source": {
          "url": "string",
          "pose": {
            "position": [
              0
            ],
            "rotation": [
              0
            ]
          },
          "feature_points": [
            {
              "x": 0,
              "y": 0,
              "z": 0
            }
          ],
          "camera_intrinsics": {
            "focal_length_px_x": 0,
            "focal_length_px_y": 0,
            "axis_skew": 0,
            "principal_point_x": 0,
            "principal_point_y": 0
          }
        },
        "detections": [
          {
            "detection_sid": "string",
            "type": "DETECTION_TYPE_LOGO",
            "description": "string",
            "confidence": 0,
            "bounding_box": {
              "x": 0,
              "y": 0,
              "width": 0,
              "height": 0
            },
            "source": "DETECTION_SOURCE_OCR",
            "hidden": true,
            "extractor": "string"
          }
        ],
        "current_revision": {
          "revision_number": 0,
          "streemshot_sid": "string",
          "storage_url": "string",
          "ar_elements": [
            {
              "text": {
                "transform": {
                  "position": [
                    0
                  ],
                  "rotation": [
                    0
                  ],
                  "scale": [
                    0
                  ]
                },
                "rotation": 0,
                "text": "string"
              },
              "arrow": {
                "transform": {
                  "position": [
                    0
                  ],
                  "rotation": [
                    0
                  ],
                  "scale": [
                    0
                  ]
                },
                "rotation": 0
              },
              "measurement": {
                "from": {
                  "x": 0,
                  "y": 0,
                  "z": 0
                },
                "to": {
                  "x": 0,
                  "y": 0,
                  "z": 0
                }
              },
              "model3d": {
                "transform": {
                  "position": [
                    0
                  ],
                  "rotation": [
                    0
                  ],
                  "scale": [
                    0
                  ]
                },
                "rotation": 0,
                "name": "string"
              }
            }
          ],
          "url": "string"
        },
        "revision_number": 0,
        "note": {
          "sid": "string",
          "created_by_user_sid": "string",
          "created_at": "2021-12-23T00:13:12.655Z",
          "scope": "SCOPE_ROOM",
          "scope_sid": "string",
          "last_updated_by_user_sid": "string",
          "last_updated_at": "2021-12-23T00:13:12.655Z",
          "text": "string"
        },
        "depth_map": {
          "streemshot_sid": "string",
          "storage_url": "string",
          "url": "string"
        }
      }

UnCommon Artifact Types

These require additional implementation, coding, settings, or license in order to be present in results.

"transcription": {
        "status": "STATUS_UNKNOWN",
        "storage_url": "string",
        "started_at": "2021-12-23T00:13:12.655Z",
        "errored_at": "2021-12-23T00:13:12.655Z",
        "fulfilled_at": "2021-12-23T00:13:12.655Z",
        "type": "VTT",
"layout_estimation": {
        "mesh_sid": "string",
        "storage_url": "string",
        "status": "STATUS_UNKNOWN",
        "started_at": "2021-12-23T00:13:12.655Z",
        "errored_at": "2021-12-23T00:13:12.655Z",
        "fulfilled_at": "2021-12-23T00:13:12.655Z",
        "url": "string"
      }
"mesh": {
        "name": "string",
        "status": "STATUS_REQUESTED",
        "mesh_storage_url": "string",
        "metadata_storage_url": "string",
        "requested_at": "2021-12-23T00:13:12.655Z",
        "started_at": "2021-12-23T00:13:12.655Z",
        "errored_at": "2021-12-23T00:13:12.655Z",
        "fulfilled_at": "2021-12-23T00:13:12.655Z",
        "url": "string"
      }
"sceneshot": {
        "mesh_sid": "string",
        "preview_storage_url": "string",
        "name": "string",
        "pose": {
          "position": [
            0
          ],
          "rotation": [
            0
          ]
        },
        "ar_elements": [
          {
            "text": {
              "transform": {
                "position": [
                  0
                ],
                "rotation": [
                  0
                ],
                "scale": [
                  0
                ]
              },
              "rotation": 0,
              "text": "string"
            },
            "arrow": {
              "transform": {
                "position": [
                  0
                ],
                "rotation": [
                  0
                ],
                "scale": [
                  0
                ]
              },
              "rotation": 0
            },
            "measurement": {
              "from": {
                "x": 0,
                "y": 0,
                "z": 0
              },
              "to": {
                "x": 0,
                "y": 0,
                "z": 0
              }
            },
            "model3d": {
              "transform": {
                "position": [
                  0
                ],
                "rotation": [
                  0
                ],
                "scale": [
                  0
                ]
              },
              "rotation": 0,
              "name": "string"
            }
          }
        ],
        "status": "STATUS_UNKNOWN",
        "started_at": "2021-12-23T00:13:12.655Z",
        "errored_at": "2021-12-23T00:13:12.655Z",
        "fulfilled_at": "2021-12-23T00:13:12.655Z",
        "captured_at": "2021-12-23T00:13:12.655Z"
      }