Interface SegmentTypeInfo.Builder

    • Method Detail

      • type

        SegmentTypeInfo.Builder type​(String type)

        The type of a segment (technical cue or shot detection).

        Parameters:
        type - The type of a segment (technical cue or shot detection).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SegmentType, SegmentType
      • type

        SegmentTypeInfo.Builder type​(SegmentType type)

        The type of a segment (technical cue or shot detection).

        Parameters:
        type - The type of a segment (technical cue or shot detection).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SegmentType, SegmentType
      • modelVersion

        SegmentTypeInfo.Builder modelVersion​(String modelVersion)

        The version of the model used to detect segments.

        Parameters:
        modelVersion - The version of the model used to detect segments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.