Skip to content

Commit 9460a72

Browse files
author
Vinothini Dharmaraj
committed
removed result status
1 parent 2292dfc commit 9460a72

File tree

1 file changed

+0
-7
lines changed
  • sdk/communication/azure-communication-callautomation/azure/communication/callautomation

1 file changed

+0
-7
lines changed

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_models.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -943,13 +943,6 @@ def _from_generated(cls, cancel_add_participant_operation_result_generated: 'Can
943943
operation_context=cancel_add_participant_operation_result_generated.operation_context
944944
)
945945

946-
class ResultState(Enum):
947-
"""
948-
The status of the result of transcription.
949-
"""
950-
INTERMEDIATE = "intermediate"
951-
FINAL = "final"
952-
953946
class TextFormat(Enum):
954947
"""
955948
The format of transcription text.

0 commit comments

Comments
 (0)