public class VisionEventFactory
extends java.lang.Object
| Constructor and Description |
|---|
VisionEventFactory() |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
createAttachment(Event.Type type) |
FileAttachment |
createFileAttachment(java.lang.String filePath,
okhttp3.MediaType mediaType,
AttachmentMetadata attachmentMetadata) |
Event |
createVisionEvent(Event.Type type) |
public Event createVisionEvent(Event.Type type)
public FileAttachment createFileAttachment(java.lang.String filePath, okhttp3.MediaType mediaType, AttachmentMetadata attachmentMetadata)
public Attachment createAttachment(Event.Type type)