CaptionsResultType type

Type for classifying the finality of the current phrase's transcription

CaptionInfo will have ResultType of Partial if the text contains partially spoken sentence. CaptionInfo will have ResultType of Final if once the sentence has been completely transcribed.

type CaptionsResultType = "Partial" | "Final"