Transcript

public final class Transcript

Transcript details

Constructors

Link copied to clipboard
public NotetakerMediaResponse.Transcript NotetakerMediaResponse.Transcript(@Json(name = "url") String url, @Json(name = "size") Integer size, @Json(name = "name") String name, @Json(name = "type") String type, @Json(name = "created_at") Long createdAt, @Json(name = "expires_at") Long expiresAt, @Json(name = "ttl") Integer ttl)

Properties

Link copied to clipboard
private final Long createdAt

When the file was created (Unix timestamp)

Link copied to clipboard
private final Long expiresAt

When the file will expire (Unix timestamp)

Link copied to clipboard
private final String name

The file name

Link copied to clipboard
private final Integer size

The size of the file, in bytes

Link copied to clipboard
private final Integer ttl

Time-to-live in seconds until the file will be deleted off Nylas' storage server

Link copied to clipboard
private final String type

The file type/MIME type

Link copied to clipboard
private final String url

A link to the meeting transcript

Functions

Link copied to clipboard
public final Long getCreatedAt()

When the file was created (Unix timestamp)

Link copied to clipboard
public final Long getExpiresAt()

When the file will expire (Unix timestamp)

Link copied to clipboard
public final String getName()

The file name

Link copied to clipboard
public final Integer getSize()

The size of the file, in bytes

Link copied to clipboard
public final Integer getTtl()

Time-to-live in seconds until the file will be deleted off Nylas' storage server

Link copied to clipboard
public final String getType()

The file type/MIME type

Link copied to clipboard
public final String getUrl()

A link to the meeting transcript